Merge pull request #1394 from broadinstitute/gvda_add_colt_dependency
Add colt > cern.jet.normal dependency
This commit is contained in:
commit
b95b76b0e2
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue