Provide CitizensBooks so Jenkins will build per #466

This commit is contained in:
HappyPikachu 2018-10-15 00:52:57 -04:00
parent 51f1c4a2ef
commit cbb5f443c7
2 changed files with 3 additions and 6 deletions

BIN
lib/CitizensBooks-2.4.7.jar Normal file

Binary file not shown.

View File

@ -37,10 +37,6 @@
<id>Vault</id>
<url>http://nexus.hc.to/content/repositories/pub_releases/</url>
</repository>
<repository>
<id>citizensbooks_repo</id>
<url>https://raw.github.com/nicuch/maven_repo/</url>
</repository>
</repositories>
<dependencies>
<dependency>
@ -179,8 +175,9 @@
<dependency>
<groupId>ro.nicuch</groupId>
<artifactId>CitizensBooks</artifactId>
<version>2.4.4</version>
<scope>provided</scope>
<version>2.4.7</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/CitizensBooks-2.4.7.jar</systemPath>
</dependency>
</dependencies>