2009-11-02 14:02:41 +08:00
|
|
|
|
2009-03-12 01:14:04 +08:00
|
|
|
<ivy-module version="1.0">
|
2009-03-12 04:58:01 +08:00
|
|
|
<info organisation="org.broadinstitute" module="Sting"/>
|
2009-11-02 14:02:41 +08:00
|
|
|
<configurations>
|
|
|
|
|
<conf name="default" description="the core dependencies for the GATK"/>
|
|
|
|
|
<conf name="scala" extends="default" description="the dependencies for scala"/>
|
2010-05-24 04:21:09 +08:00
|
|
|
<conf name="queue" extends="scala" description="the dependencies for Queue"/>
|
2010-07-09 03:10:19 +08:00
|
|
|
<conf name="findbugs" extends="default" description="the dependencies for Findbugs"/>
|
2009-11-02 14:02:41 +08:00
|
|
|
</configurations>
|
|
|
|
|
<dependencies defaultconf="default">
|
2010-08-10 00:42:48 +08:00
|
|
|
<dependency org="net.sf" name="sam" rev="latest.integration"/>
|
|
|
|
|
<dependency org="net.sf" name="picard" rev="latest.integration"/>
|
|
|
|
|
<dependency org="edu.mit.broad" name="picard-private-parts" rev="latest.integration"/>
|
2010-11-02 05:31:44 +08:00
|
|
|
<dependency org="org.testng" name="testng" rev="5.14.1" />
|
|
|
|
|
|
2010-10-14 23:58:52 +08:00
|
|
|
<dependency org="log4j" name="log4j" rev="1.2.15">
|
|
|
|
|
<!-- Don't include javax.mail here in default, only used in scala->default by commons-email -->
|
|
|
|
|
<exclude org="javax.mail" />
|
|
|
|
|
</dependency>
|
2010-08-10 00:42:48 +08:00
|
|
|
<dependency org="colt" name="colt" rev="1.2.0"/>
|
|
|
|
|
<dependency org="jboss" name="javassist" rev="3.7.ga"/>
|
|
|
|
|
<dependency org="org.simpleframework" name="simple-xml" rev="2.0.4"/>
|
|
|
|
|
<dependency org="org.apache.bcel" name="bcel" rev="5.2"/>
|
2010-09-23 03:47:49 +08:00
|
|
|
<dependency org="org.yaml" name="snakeyaml" rev="1.7"/>
|
2010-08-10 00:42:48 +08:00
|
|
|
|
2009-07-22 02:32:22 +08:00
|
|
|
<!-- Dependencies for reflections mvn repository -->
|
2010-08-19 08:42:37 +08:00
|
|
|
<dependency org="org.reflections" name="reflections" rev="0.9.5-RC2"/>
|
2009-11-02 14:02:41 +08:00
|
|
|
|
2010-04-27 22:30:36 +08:00
|
|
|
<!-- Matrix package from math.nist.gov -->
|
2010-08-10 00:42:48 +08:00
|
|
|
<dependency org="gov.nist" name="Jama" rev="1.0.2"/>
|
2010-04-27 22:30:36 +08:00
|
|
|
|
2009-11-02 14:02:41 +08:00
|
|
|
<!-- Dependencies for the graph aligner -->
|
2010-08-10 00:42:48 +08:00
|
|
|
<dependency org="org.jgrapht" name="jgrapht-jdk1.5" rev="0.7.3"/>
|
2009-11-02 14:02:41 +08:00
|
|
|
|
2010-08-24 12:14:50 +08:00
|
|
|
<!-- Commons Dependencies -->
|
2010-08-10 00:42:48 +08:00
|
|
|
<dependency org="org.apache.commons" name="commons-jexl" rev="2.0"/>
|
|
|
|
|
<dependency org="commons-logging" name="commons-logging" rev="1.1.1"/>
|
2010-10-21 14:37:28 +08:00
|
|
|
<dependency org="commons-io" name="commons-io" rev="2.0"/>
|
2010-08-10 00:42:48 +08:00
|
|
|
|
|
|
|
|
<!-- Dependencies for Queue GATK Extensions code generator living in java/src -->
|
|
|
|
|
<dependency org="commons-lang" name="commons-lang" rev="2.5"/>
|
|
|
|
|
|
2009-11-02 14:02:41 +08:00
|
|
|
<!-- Scala dependancies -->
|
2010-11-13 04:14:28 +08:00
|
|
|
<dependency org="org.scala-lang" name="scala-compiler" rev="2.8.1" conf="scala->default"/>
|
|
|
|
|
<dependency org="org.scala-lang" name="scala-library" rev="2.8.1" conf="scala->default"/>
|
2010-10-14 23:58:52 +08:00
|
|
|
<dependency org="org.apache.commons" name="commons-email" rev="1.2"/>
|
2010-05-24 04:21:09 +08:00
|
|
|
|
2010-07-09 03:10:19 +08:00
|
|
|
<!-- findbug dependencies -->
|
|
|
|
|
<dependency org="net.sourceforge.findbugs" name="findbugs" rev="1.3.2" conf="findbugs->default"/>
|
|
|
|
|
<dependency org="net.sourceforge.findbugs" name="findbugs-ant" rev="1.3.2" conf="findbugs->default"/>
|
2010-07-20 00:34:57 +08:00
|
|
|
<!-- dependencies we need to annotate findbug issues -->
|
|
|
|
|
<dependency org="net.sourceforge.findbugs" name="annotations" rev="1.3.2" conf="default"/>
|
|
|
|
|
<dependency org="net.sourceforge.findbugs" name="jsr305" rev="1.3.2" conf="default"/>
|
2010-07-09 03:10:19 +08:00
|
|
|
|
2010-08-10 00:42:48 +08:00
|
|
|
<!-- Exclude dependencies on sun libraries where the downloads aren't available but included in the jvm. -->
|
2010-10-14 23:58:52 +08:00
|
|
|
<exclude org="javax.servlet" />
|
|
|
|
|
<exclude org="javax.jms" />
|
2010-08-10 00:42:48 +08:00
|
|
|
<exclude org="com.sun.*" />
|
2009-03-12 01:14:04 +08:00
|
|
|
</dependencies>
|
|
|
|
|
</ivy-module>
|