exclude worldedit dependencies (#850)

Co-authored-by: qwertyuioplkjhgfd <qwertyuioplkjhgfd@users.noreply.github.com>
This commit is contained in:
qwertyuioplkjhgfd
2022-01-07 00:46:51 +00:00
committed by GitHub
parent 6d0ac7169c
commit 676f862d2d

12
pom.xml
View File

@ -52,12 +52,24 @@
<artifactId>worldedit-bukkit</artifactId>
<version>7.2.7-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-bukkit</artifactId>
<version>7.0.6-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>