mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
CHANGED: moved hsqldb-r5836.jar to local maven repository to fix build
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user