DATAJPA-1195 - Removed runtime dependency on HSQLDB 1.x.

Previously we used HSQLDB 1 in OpenJPA integration tests due to a previous compatibility problem. We can remove that effective downgrade as we don't have to support OpenJPA anymore in the 2.x timeline.

Original pull request: #226.
This commit is contained in:
Jens Schauder
2017-10-02 16:31:25 +02:00
committed by Oliver Gierke
parent 717bfc975e
commit dd664b398c

View File

@@ -23,7 +23,6 @@
<eclipselink>2.6.5</eclipselink>
<hibernate>5.2.11.Final</hibernate>
<hsqldb1>1.8.0.10</hsqldb1>
<jpa>2.0.0</jpa>
<springdata.commons>2.0.1.BUILD-SNAPSHOT</springdata.commons>
@@ -293,12 +292,6 @@
<version>${spring}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb1}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<executions>
<execution>