Skip to content

Commit

Permalink
fix some buildability issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 19, 2019
1 parent 9e8dfa9 commit 9f337aa
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions bukkit/pom.xml
Expand Up @@ -227,30 +227,37 @@
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-core</artifactId>
<version>7.0.0-20181124.031811-29</version>
<version>7.0.0-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.0.0-20181124.031811-29</version>
<version>7.0.0-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-core</artifactId>
<version>7.0.0-20181117.063337-9</version>
<version>7.0.0-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-legacy</artifactId>
<version>7.0.0-20181117.063337-9</version>
<version>7.0.0-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
<!-- Fix for broken dependencies in WG -->
<exclusions>
<exclusion>
<groupId>org.bstats</groupId>
<artifactId>bStats-Metrics</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
Expand Down

0 comments on commit 9f337aa

Please sign in to comment.