fix compilation issues
This commit is contained in:
parent
62cd4a9ed2
commit
886368ff97
|
@ -34,14 +34,14 @@
|
|||
<dependency>
|
||||
<groupId>tc.oc</groupId>
|
||||
<artifactId>sportbukkit-api</artifactId>
|
||||
<version>1.12-pre6-SNAPSHOT</version>
|
||||
<version>1.12.1-R0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<!-- This dependency is NOT transitive, no clue why -->
|
||||
<groupId>tc.oc</groupId>
|
||||
<artifactId>sportbukkit</artifactId>
|
||||
<version>1.12-pre6-SNAPSHOT</version>
|
||||
<version>1.12.1-R0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Bukkit plugins/libraries -->
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -200,12 +200,12 @@
|
|||
<dependency>
|
||||
<groupId>tc.oc</groupId>
|
||||
<artifactId>sportbukkit-api</artifactId>
|
||||
<version>1.12-pre6-SNAPSHOT</version>
|
||||
<version>1.12.1-R0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>tc.oc</groupId>
|
||||
<artifactId>sportbukkit</artifactId>
|
||||
<version>1.12-pre6-SNAPSHOT</version>
|
||||
<version>1.12.1-R0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sk89q</groupId>
|
||||
|
|
Loading…
Reference in New Issue