Skip to content

Commit

Permalink
Added PSI-MI TAB API dependency to poms
Browse files Browse the repository at this point in the history
  • Loading branch information
dapregi committed Sep 16, 2015
1 parent 92b429b commit 4745432
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bionetdb-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<systemPath>${basedir}/../bionetdb-app/app/ext-libs/libsbmlj.jar</systemPath>
</dependency>
<dependency>
<groupId>psidev.psi.mi</groupId>
<artifactId>psimitab</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
<scope>system</scope>
<systemPath>${basedir}/bionetdb-app/app/ext-libs/libsbmlj.jar</systemPath>
</dependency>
<dependency>
<groupId>psidev.psi.mi</groupId>
<artifactId>psimitab</artifactId>
<version>1.8.5</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down

0 comments on commit 4745432

Please sign in to comment.