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

svn commit: r1789709 - in /ctakes/trunk: ctakes-gui/pom.xml ctakes-ytex/pom.xml

Author: james-masanz
Date: Fri Mar 31 16:51:25 2017
New Revision: 1789709

URL: http://svn.apache.org/viewvc?rev=1789709&view=rev
Log:
CTAKES-417 - to update to opennlp 1.7.2 need to update to hsql 2.3.4. when updated poms a few days ago, didn't update hsql in all of them

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

Modified: ctakes/trunk/ctakes-gui/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-gui/pom.xml?rev=1789709&r1=1789708&r2=1789709&view=diff
==============================================================================
--- ctakes/trunk/ctakes-gui/pom.xml (original)
+++ ctakes/trunk/ctakes-gui/pom.xml Fri Mar 31 16:51:25 2017
@@ -23,9 +23,9 @@
          <artifactId>ctakes-core</artifactId>
       </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>log4j</groupId>

Modified: ctakes/trunk/ctakes-ytex/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex/pom.xml?rev=1789709&r1=1789708&r2=1789709&view=diff
==============================================================================
--- ctakes/trunk/ctakes-ytex/pom.xml (original)
+++ ctakes/trunk/ctakes-ytex/pom.xml Fri Mar 31 16:51:25 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>