Skip to content

Commit e3b2fd7

Browse files
committed
Swap phylo and alignment dependencies
1 parent 0073740 commit e3b2fd7

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

biojava-alignment/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
4040
<version>4.1.1-SNAPSHOT</version>
4141
<scope>compile</scope>
4242
</dependency>
43-
<dependency>
44-
<groupId>org.biojava</groupId>
45-
<artifactId>biojava-phylo</artifactId>
46-
<version>4.1.1-SNAPSHOT</version>
47-
<scope>compile</scope>
48-
</dependency>
4943
<dependency>
5044
<groupId>org.biojava.thirdparty</groupId>
5145
<artifactId>forester</artifactId>

biojava-phylo/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
<dependency>
5959
<groupId>org.apache.logging.log4j</groupId>
6060
<artifactId>log4j-core</artifactId>
61-
</dependency>
61+
</dependency>
62+
<dependency>
63+
<groupId>org.biojava</groupId>
64+
<artifactId>biojava-alignment</artifactId>
65+
<version>4.1.1-SNAPSHOT</version>
66+
</dependency>
6267
</dependencies>
6368
</project>

0 commit comments

Comments
 (0)