Skip to content

Commit

Permalink
Add WorldEdit to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Jun 20, 2014
1 parent 2462258 commit beeb6dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -22,6 +22,7 @@
<system>jenkins</system>
<url>http://ci.citizensnpcs.co</url>
</ciManagement>

<scm>
<connection>scm:git:git://github.com/Morphan1/Depenizen.git</connection>
<developerConnection>scm:git:git:@github.com:Morphan1/Depenizen.git</developerConnection>
Expand Down Expand Up @@ -102,6 +103,10 @@
<id>heroes-repo</id>
<url>http://nexus.theyeticave.net/content/groups/public/</url>
</repository>
<repository>
<id>sk89q-repo</id>
<url>http://maven.sk89q.com/artifactory/repo/</url>
</repository>
</repositories>
<dependencies>
<dependency>
Expand Down Expand Up @@ -206,5 +211,12 @@
<artifactId>dynmap-api</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>worldedit</artifactId>
<version>5.6.2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

0 comments on commit beeb6dc

Please sign in to comment.