Remove duplicate fastutil dependency in processing pom.xml (#5142)

This commit is contained in:
Charles Allen 2017-12-06 15:54:48 -08:00 committed by Jihoon Son
parent 80f5e89a11
commit 4365390310
1 changed files with 0 additions and 4 deletions

View File

@ -98,10 +98,6 @@
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
</dependency>
<!-- Tests -->
<dependency>