Skip to content

Commit

Permalink
Changed Jannovar to 0.8. Removed unnecessary direct dependency in exo…
Browse files Browse the repository at this point in the history
…miser-cli pom.
  • Loading branch information
Jules Jacobsen committed Nov 14, 2014
1 parent e54eac2 commit 088bc4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions exomiser-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<version>${project.version}</version>
</dependency>
<!--Jannovar is used for providing known gene annotations on variants -->
<dependency>
<!-- <dependency>
<groupId>de.charite.compbio</groupId>
<artifactId>jannovar</artifactId>
<version>0.8-SNAPSHOT</version>
</dependency>
<version>0.9-SNAPSHOT</version>
</dependency>-->
<!--commons-cli used for parsing the command line -->
<dependency>
<groupId>commons-cli</groupId>
Expand Down
2 changes: 1 addition & 1 deletion exomiser-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>de.charite.compbio</groupId>
<artifactId>jannovar</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jblas</groupId>
Expand Down

0 comments on commit 088bc4d

Please sign in to comment.