Merge pull request #1394 from broadinstitute/gvda_add_colt_dependency

Add colt > cern.jet.normal dependency
This commit is contained in:
Geraldine Van der Auwera 2016-06-01 14:16:57 -04:00
commit b95b76b0e2
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@
<groupId>commons-httpclient</groupId> <groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId> <artifactId>commons-httpclient</artifactId>
</dependency> </dependency>
<!-- Used in ONE unit test (grr) -->
<dependency>
<groupId>colt</groupId>
<artifactId>colt</artifactId>
</dependency>
<!-- <!--
Some cofoja annotations (ex: PreconditionError) are ONLY in used tests. Some cofoja annotations (ex: PreconditionError) are ONLY in used tests.
They are not picked up by shade, not required during normal runs, but are important for tests to avoid They are not picked up by shade, not required during normal runs, but are important for tests to avoid