You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2017/03/28 16:43:14 UTC

svn commit: r1789175 - /ctakes/trunk/ctakes-ytex/pom.xml

Author: seanfinan
Date: Tue Mar 28 16:43:14 2017
New Revision: 1789175

URL: http://svn.apache.org/viewvc?rev=1789175&view=rev
Log:
updated hsqldb version

Modified:
    ctakes/trunk/ctakes-ytex/pom.xml

Modified: ctakes/trunk/ctakes-ytex/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex/pom.xml?rev=1789175&r1=1789174&r2=1789175&view=diff
==============================================================================
--- ctakes/trunk/ctakes-ytex/pom.xml (original)
+++ ctakes/trunk/ctakes-ytex/pom.xml Tue Mar 28 16:43:14 2017
@@ -101,9 +101,9 @@
 			<version>${ctakes.version}</version>
 		</dependency>
 		<dependency>
-			<groupId>hsqldb</groupId>
+         <groupId>org.hsqldb</groupId>
 			<artifactId>hsqldb</artifactId>
-			<version>1.8.0.10</version>
+         <version>2.3.4</version>
 		</dependency>
 		<dependency>
 			<groupId>commons-lang</groupId>