Skip to content

Commit

Permalink
Add pom exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bestem0r committed Jun 23, 2022
1 parent e06918f commit 540ccd1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@
<artifactId>worldguard-bukkit</artifactId>
<version>7.0.4</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
</exclusion>
<exclusion>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- PAPI -->
Expand Down

0 comments on commit 540ccd1

Please sign in to comment.