Added dependences on two libraries: the Colt package, which is a collection of high performance computing libraries from CERN; and Log4j, which will be our new logging platform.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@100 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2009-03-19 16:16:31 +00:00
parent 5fa99f430e
commit 7bc45b68aa
1 changed files with 2 additions and 0 deletions

View File

@ -5,5 +5,7 @@
<dependency org="net.sf" name="sam" rev="latest.integration" />
<dependency org="edu.mit.broad" name="picard" rev="200903161458" />
<dependency org="junit" name="junit" rev="4.4" />
<dependency org="log4j" name="log4j" rev="1.2.15" />
<dependency org="colt" name="colt" rev="1.2.0" />
</dependencies>
</ivy-module>