Skip to content

Commit

Permalink
Removed the trove 3.0.3 dependency. It seems to have collided with th…
Browse files Browse the repository at this point in the history
…e 2.0.2 dependency required by Mallet. It is not clear why this hasn't been an issue before and if the change now will introduce another issue. The tests are running.
  • Loading branch information
khituras committed Dec 25, 2018
1 parent d184bef commit 675b3ca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions julielab-topic-modeling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
</properties>

<dependencies>
<dependency>
<groupId>net.sf.trove4j</groupId>
<artifactId>trove4j</artifactId>
<version>3.0.3</version>
</dependency>

<dependency>
<groupId>de.julielab</groupId>
<artifactId>julielab-java-utilities</artifactId>
Expand Down

0 comments on commit 675b3ca

Please sign in to comment.