2
0
Эх сурвалжийг харах

Forgot to compile with craftbukkit

TheYeti 13 жил өмнө
parent
commit
a772aef88e
1 өөрчлөгдсөн 7 нэмэгдсэн , 0 устгасан
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -69,6 +69,13 @@
             <type>jar</type>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+            <groupId>org.bukkit</groupId>
+            <artifactId>craftbukkit</artifactId>
+            <version>1.0.1-R2-SNAPSHOT</version>
+            <type>jar</type>
+            <scope>compile</scope>
+        </dependency>
         <dependency>
             <groupId>com.nijikokun.bukkit</groupId>
             <artifactId>Permissions</artifactId>