Update pom.xml
This commit is contained in:
parent
db601a0899
commit
26d32de6bf
20
pom.xml
20
pom.xml
@ -167,6 +167,12 @@
|
|||||||
<url>http://repo.luricos.de/content/repositories/releases</url>
|
<url>http://repo.luricos.de/content/repositories/releases</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<!-- Xephi Repo (ChestShop) -->
|
||||||
|
<repository>
|
||||||
|
<id>luricos-releases</id>
|
||||||
|
<url>http://ci.xephi.fr/plugin/repository/everything/</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -371,9 +377,17 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.Acrobot</groupId>
|
<groupId>com.Acrobot</groupId>
|
||||||
<artifactId>ChestShop</artifactId>
|
<artifactId>ChestShop</artifactId>
|
||||||
<version>3.8.10</version>
|
<version>3.8.12</version>
|
||||||
<scope>system</scope>
|
<exclusions>
|
||||||
<systemPath>${project.basedir}/dependencies/ChestShop.jar</systemPath>
|
<exclusion>
|
||||||
|
<groupId>org.bukkit</groupId>
|
||||||
|
<artifactId>bukkit</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.bukkit</groupId>
|
||||||
|
<artifactId>craftbukkit</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user