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,6 +17,5 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/hsqldb-r5836.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<versioning>
<release>r5836</release>
<versions>
<version>r5836</version>
</versions>
<lastUpdated>20180929092113</lastUpdated>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
1d7f55d30c3542b76ef961749da3c40f

View File

@ -0,0 +1 @@
8bb6a2ace951f1805b9baac61bca3a548e4299cc

View File

@ -0,0 +1 @@
7d59b5596e655b2e4fd78796e7a3896b

View File

@ -0,0 +1 @@
a7d55ed9afd753fd9c620796f7d88f67a554711c

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>r5836</version>
</project>

View File

@ -0,0 +1 @@
4d667eead4590a45fd75787cd6125701

View File

@ -0,0 +1 @@
f77180541070ce99899dc281b1c4469a6b9656f0

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>