|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" |
3 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xmlns="http://maven.apache.org/POM/4.0.0" |
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 |
|
|
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>SqlEngine Database Adapter HSQL2</name> |
13 | | - <description>XAPI SqlEngine Database Adapter for HSQL2</description> |
14 | | - <url>https://github.com/xdev-software/xapi-db-hsql2</url> |
| 13 | + <description>XAPI SqlEngine Database Adapter for HSQL2</description> |
| 14 | + <url>https://github.com/xdev-software/xapi-db-hsql2</url> |
15 | 15 |
|
16 | 16 | <scm> |
17 | | - <url>https://github.com/xdev-software/xapi-db-hsql2</url> |
18 | | - <connection>https://github.com/xdev-software/xapi-db-hsql2.git</connection> |
19 | | - </scm> |
| 17 | + <url>https://github.com/xdev-software/xapi-db-hsql2</url> |
| 18 | + <connection>https://github.com/xdev-software/xapi-db-hsql2.git</connection> |
| 19 | + </scm> |
20 | 20 |
|
21 | 21 | <inceptionYear>2003</inceptionYear> |
22 | 22 |
|
|
48 | 48 |
|
49 | 49 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
50 | 50 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
51 | | - |
| 51 | + |
52 | 52 | <xdev.xapi.version>6.0.1</xdev.xapi.version> |
53 | 53 | </properties> |
54 | 54 |
|
|
100 | 100 | <groupId>org.hsqldb</groupId> |
101 | 101 | <artifactId>hsqldb</artifactId> |
102 | 102 | <version>2.7.1</version> |
| 103 | + <!-- For compatibility with JDK 8. See https://hsqldb.org/doc/2.0/changelist_2_0.txt and https://stackoverflow.com/a/74261846/2351407 --> |
| 104 | + <classifier>jdk8</classifier> |
103 | 105 | </dependency> |
104 | 106 | </dependencies> |
105 | 107 |
|
|
0 commit comments