Fixes missing dep. for maven clean build with jenkins
This commit is contained in:
parent
679978a561
commit
a53962804f
1 changed files with 12 additions and 0 deletions
12
pom.xml
12
pom.xml
|
@ -11,6 +11,12 @@
|
||||||
<url>https://github.com/possi/LimitedCreative/tree/master</url>
|
<url>https://github.com/possi/LimitedCreative/tree/master</url>
|
||||||
</scm>
|
</scm>
|
||||||
<repositories>
|
<repositories>
|
||||||
|
<!-- The result with cloudbees SHOULD be stored here for public
|
||||||
|
<repository>
|
||||||
|
<id>de-jaschastarke</id>
|
||||||
|
<url>https://repository-possi.forge.cloudbees.com/release</url>
|
||||||
|
</repository>
|
||||||
|
-->
|
||||||
<!-- Required dependencies for optional integrations, that aren't hosted yet -->
|
<!-- Required dependencies for optional integrations, that aren't hosted yet -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>opt-dep</id>
|
<id>opt-dep</id>
|
||||||
|
@ -78,6 +84,12 @@
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>craftbukkit</artifactId>
|
<artifactId>craftbukkit</artifactId>
|
||||||
<version>1.4.5-R0.2</version>
|
<version>1.4.5-R0.2</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.sk89q</groupId>
|
||||||
|
<artifactId>worldedit</artifactId>
|
||||||
|
<version>5.4.4</version>
|
||||||
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.sk89q</groupId>
|
<groupId>com.sk89q</groupId>
|
||||||
|
|
Loading…
Reference in a new issue