Add colt > cern.jet.normal dependency

This commit is contained in:
Geraldine Van der Auwera 2016-06-01 13:24:50 -04:00
parent e2634e56a9
commit bd2626bea2
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</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.
They are not picked up by shade, not required during normal runs, but are important for tests to avoid