Fixing pom to allow builds. Only things I had to manually install for lack of a repository is GriefPrevention and LWCPlugin

This commit is contained in:
Daniel Boston
2016-04-18 23:16:25 -04:00
parent 2d0d059008
commit bef0dd5fff
+6 -6
View File
@@ -52,13 +52,13 @@
<id>vault-repo</id>
<url>http://nexus.theyeticave.net/content/repositories/pub_releases</url>
</repository>
<repository>
<!--<repository>
<id>dre2n-repo</id>
<url>http://feuerstern.bplaced.net/repo/</url>
</repository>
</repository>-->
<repository>
<id>sk89q-repo</id>
<url>http://maven.sk89q.com/artifactory/repo/</url>
<url>http://maven.sk89q.com/repo/</url>
</repository>
<repository>
<id>addstar-repo</id>
@@ -92,14 +92,14 @@
<version>6.1</version>
</dependency>
<dependency>
<groupId>com.griefcraft</groupId>
<artifactId>entitylwc</artifactId>
<groupId>com.griefcraft.lwc</groupId>
<artifactId>LWCPlugin</artifactId>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>me.ryanhamshire</groupId>
<artifactId>GriefPrevention</artifactId>
<version>13.9.1</version>
<version>14.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>