Skip to content

Commit

Permalink
Remove PSI dependency (not supported yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarraga committed Jan 31, 2019
1 parent 673d990 commit d13b969
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bionetdb-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@
<!--<artifactId>libsbml</artifactId>-->
<!--<systemPath>${basedir}/../bionetdb-app/app/ext-libs/libsbmlj.jar</systemPath>-->
<!--</dependency>-->
<!--
<dependency>
<groupId>psidev.psi.mi</groupId>
<artifactId>psimitab</artifactId>
</dependency>
-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,13 @@
<!--<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>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down Expand Up @@ -297,13 +299,13 @@
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<!--
<repositories>
<repository>
<id>intact.nexus</id>
<name>IntAct Nexus</name>
<url>http://www.ebi.ac.uk/intact/maven/nexus/content/groups/public</url>
</repository>
</repositories>

-->
</project>

0 comments on commit d13b969

Please sign in to comment.