Skip to content

Commit

Permalink
Use PathVisio Core for BridgeDb 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Nov 21, 2020
1 parent 83251dd commit 90a24ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions org.wikipathways.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
</dependency>
<dependency>
<!-- You also need PathVisio Core which is not yet available as Maven package, but can be install like this:
git clone https://github.com/PathVisio/pathvisio.git
git clone https://github.com/egonw/pathvisio-1.git
cd pathvisio
git checkout -b series/3.3.0 v3.3.0
git checkout -b bridgedb/version3 bridgedb/version3
ant clean core.jar
mvn install:install-file -Dfile=modules/org.pathvisio.core.jar -DgroupId=org.pathvisio \
-DartifactId=pathvisio-core -Dversion=3.4.0 -Dpackaging=jar
-DartifactId=pathvisio-core -Dversion=3.4.0-bridgedb-3.0.1 -Dpackaging=jar
-->
<groupId>org.pathvisio</groupId>
<artifactId>pathvisio-core</artifactId>
<version>3.4.0</version>
<version>3.4.0-bridgedb-3.0.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit 90a24ae

Please sign in to comment.