forked from LogBlock/LogBlock
Fix worldedit dependency (one more exclusion..)
This commit is contained in:
4
pom.xml
4
pom.xml
@ -55,6 +55,10 @@
|
|||||||
<groupId>org.bstats.bStats-Metrics</groupId>
|
<groupId>org.bstats.bStats-Metrics</groupId>
|
||||||
<artifactId>bstats-bukkit</artifactId>
|
<artifactId>bstats-bukkit</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>io.papermc</groupId>
|
||||||
|
<artifactId>paperlib</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Reference in New Issue
Block a user