From dd664b398c11154d903f9dbee7c94877e181dbbf Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Mon, 2 Oct 2017 16:31:25 +0200 Subject: [PATCH] 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. --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 8282ddcf3..41971adfa 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,6 @@ 2.6.5 5.2.11.Final - 1.8.0.10 2.0.0 2.0.1.BUILD-SNAPSHOT @@ -293,12 +292,6 @@ ${spring} runtime - - org.hsqldb - hsqldb - ${hsqldb1} - runtime -