CHANGED: moved hsqldb-r5836.jar to local maven repository to fix build

This commit is contained in:
Kc
2018-09-29 12:23:49 +02:00
parent 75adc7453c
commit 1b58bc82e9
11 changed files with 33 additions and 3 deletions

View File

@@ -17,13 +17,18 @@
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>project.local</id>
<name>project</name>
<url>file:${project.basedir}/lib</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>r5836</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/hsqldb-r5836.jar</systemPath>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>