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/29 14:10:29 UTC

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

Author: seanfinan
Date: Wed Mar 29 14:10:29 2017
New Revision: 1789372

URL: http://svn.apache.org/viewvc?rev=1789372&view=rev
Log:
dependencies : reverting to hsqldb 1.8

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=1789372&r1=1789371&r2=1789372&view=diff
==============================================================================
--- ctakes/trunk/ctakes-ytex/pom.xml (original)
+++ ctakes/trunk/ctakes-ytex/pom.xml Wed Mar 29 14:10:29 2017
@@ -101,9 +101,9 @@
 			<version>${ctakes.version}</version>
 		</dependency>
 		<dependency>
-         <groupId>org.hsqldb</groupId>
+			<groupId>hsqldb</groupId>
 			<artifactId>hsqldb</artifactId>
-         <version>2.3.4</version>
+			<version>1.8.0.10</version>
 		</dependency>
 		<dependency>
 			<groupId>commons-lang</groupId>