Add MongoDB dependency

This commit is contained in:
Joel Thibault 2012-03-30 10:24:52 -04:00
parent 0cf3603c73
commit d93a413f2e
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@
<!-- snpEff annotator for pipelines -->
<dependency org="net.sf.snpeff" name="snpeff" rev="2.0.5" />
<!-- mongoDB for Bjorn experiments -->
<dependency org="org.mongodb" name="mongo-java-driver" rev="2.7.3"/>
<!-- Exclude dependencies on sun libraries where the downloads aren't available but included in the jvm. -->
<exclude org="javax.servlet" />
<exclude org="javax.jms" />