Author: ggregory
Date: Thu Jun 22 21:11:04 2017
New Revision: 1799625

URL: http://svn.apache.org/viewvc?rev=1799625&view=rev
Log:
Update tests from HDBSQL 1.8.0.10 to 2.3.5 (2.4.0 requires Java 8).

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1799625&r1=1799624&r2=1799625&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Jun 22 21:11:04 2017
@@ -402,9 +402,10 @@
     </dependency>
 
     <dependency>
-      <groupId>hsqldb</groupId>
+      <groupId>org.hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <version>1.8.0.10</version>
+      <!--  2.4.0 requires Java 8 -->
+      <version>2.3.5</version>
       <scope>test</scope>
     </dependency>
 


Reply via email to