Exclude new transitive dependency
This commit is contained in:
parent
9e688b410d
commit
f784da7c2f
4
pom.xml
4
pom.xml
@ -664,6 +664,10 @@
|
|||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>jettison</artifactId>
|
||||||
|
<groupId>org.codehaus.jettison</groupId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user