mirror of https://github.com/apache/druid.git
Remove duplicate fastutil dependency in processing pom.xml (#5142)
This commit is contained in:
parent
80f5e89a11
commit
4365390310
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue