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:
committed by
Oliver Gierke
parent
f846badfa1
commit
b4f43402ee
7
pom.xml
7
pom.xml
@@ -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.1.0.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>
|
||||
|
||||
Reference in New Issue
Block a user