Skip to content

Commit 38a811a

Browse files
committed
Need to add a dependency from biojava-alignment. This could be avoided importing in biojava core the alignment data structures present in biojava-alignment.
1 parent 37478a9 commit 38a811a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

biojava-core/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@
4949
<dependency>
5050
<groupId>org.apache.logging.log4j</groupId>
5151
<artifactId>log4j-core</artifactId>
52-
</dependency>
52+
</dependency>
53+
<dependency>
54+
<groupId>${project.groupId}</groupId>
55+
<artifactId>biojava-alignment</artifactId>
56+
<version>${project.version}</version>
57+
</dependency>
5358
</dependencies>
5459
<properties>
5560
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)