mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-18 14:21:30 +01:00
Provide CitizensBooks so Jenkins will build per #466
This commit is contained in:
parent
51f1c4a2ef
commit
cbb5f443c7
BIN
lib/CitizensBooks-2.4.7.jar
Normal file
BIN
lib/CitizensBooks-2.4.7.jar
Normal file
Binary file not shown.
9
pom.xml
9
pom.xml
@ -37,10 +37,6 @@
|
|||||||
<id>Vault</id>
|
<id>Vault</id>
|
||||||
<url>http://nexus.hc.to/content/repositories/pub_releases/</url>
|
<url>http://nexus.hc.to/content/repositories/pub_releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
|
||||||
<id>citizensbooks_repo</id>
|
|
||||||
<url>https://raw.github.com/nicuch/maven_repo/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -179,8 +175,9 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ro.nicuch</groupId>
|
<groupId>ro.nicuch</groupId>
|
||||||
<artifactId>CitizensBooks</artifactId>
|
<artifactId>CitizensBooks</artifactId>
|
||||||
<version>2.4.4</version>
|
<version>2.4.7</version>
|
||||||
<scope>provided</scope>
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/lib/CitizensBooks-2.4.7.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user