forked from Qortal/qortal
Exclude io.druid.java-util from build, removing tons of libsigar
This commit is contained in:
parent
5f4b66e5b0
commit
0164bca2d7
4
pom.xml
4
pom.xml
@ -451,6 +451,10 @@
|
|||||||
<groupId>org.asynchttpclient</groupId>
|
<groupId>org.asynchttpclient</groupId>
|
||||||
<artifactId>async-http-client</artifactId>
|
<artifactId>async-http-client</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>io.druid</groupId>
|
||||||
|
<artifactId>java-util</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- For NTP -->
|
<!-- For NTP -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user