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/27 20:40:25 UTC

svn commit: r1789009 - in /ctakes/trunk: ./ ctakes-clinical-pipeline/ ctakes-dictionary-lookup-fast-res/ ctakes-dictionary-lookup-fast/ ctakes-dictionary-lookup-res/ ctakes-examples/ ctakes-lvg-res/ ctakes-lvg/

Author: james-masanz
Date: Mon Mar 27 20:40:25 2017
New Revision: 1789009

URL: http://svn.apache.org/viewvc?rev=1789009&view=rev
Log:
CTAKES-39 Update LVG, which uses a more recent version of hsqldb so also update that.

Modified:
    ctakes/trunk/ctakes-clinical-pipeline/pom.xml
    ctakes/trunk/ctakes-dictionary-lookup-fast-res/pom.xml
    ctakes/trunk/ctakes-dictionary-lookup-fast/pom.xml
    ctakes/trunk/ctakes-dictionary-lookup-res/pom.xml
    ctakes/trunk/ctakes-examples/pom.xml
    ctakes/trunk/ctakes-lvg-res/pom.xml
    ctakes/trunk/ctakes-lvg/pom.xml
    ctakes/trunk/pom.xml

Modified: ctakes/trunk/ctakes-clinical-pipeline/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-clinical-pipeline/pom.xml?rev=1789009&r1=1789008&r2=1789009&view=diff
==============================================================================
--- ctakes/trunk/ctakes-clinical-pipeline/pom.xml (original)
+++ ctakes/trunk/ctakes-clinical-pipeline/pom.xml Mon Mar 27 20:40:25 2017
@@ -158,8 +158,7 @@
 							</dependency>
 							<dependency>
 								<groupId>gov.nih.nlm.nls.lvg</groupId>
-								<artifactId>lvg2010dist</artifactId>
-								<version>0.0.1</version>
+								<artifactId>lvgdist</artifactId>
 							</dependency>
 						</dependencies>						
 					</plugin>
@@ -234,8 +233,7 @@
 							</dependency>
 							<dependency>
 								<groupId>gov.nih.nlm.nls.lvg</groupId>
-								<artifactId>lvg2010dist</artifactId>
-								<version>0.0.1</version>
+								<artifactId>lvgdist</artifactId>
 							</dependency>
 						</dependencies>
 					</plugin>

Modified: ctakes/trunk/ctakes-dictionary-lookup-fast-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-dictionary-lookup-fast-res/pom.xml?rev=1789009&r1=1789008&r2=1789009&view=diff
==============================================================================
--- ctakes/trunk/ctakes-dictionary-lookup-fast-res/pom.xml (original)
+++ ctakes/trunk/ctakes-dictionary-lookup-fast-res/pom.xml Mon Mar 27 20:40:25 2017
@@ -69,7 +69,6 @@
          </plugin>
          <plugin>
             <artifactId>maven-jar-plugin</artifactId>
-            <version>2.4</version>
             <configuration>
                <includes>
                   <!-- Dictionary lookup Resources that are unpacked

Modified: ctakes/trunk/ctakes-dictionary-lookup-fast/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-dictionary-lookup-fast/pom.xml?rev=1789009&r1=1789008&r2=1789009&view=diff
==============================================================================
--- ctakes/trunk/ctakes-dictionary-lookup-fast/pom.xml (original)
+++ ctakes/trunk/ctakes-dictionary-lookup-fast/pom.xml Mon Mar 27 20:40:25 2017
@@ -34,9 +34,9 @@
 			<artifactId>ctakes-dictionary-lookup-fast-res</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>org.apache.ctakes</groupId>

Modified: ctakes/trunk/ctakes-dictionary-lookup-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-dictionary-lookup-res/pom.xml?rev=1789009&r1=1789008&r2=1789009&view=diff
==============================================================================
--- ctakes/trunk/ctakes-dictionary-lookup-res/pom.xml (original)
+++ ctakes/trunk/ctakes-dictionary-lookup-res/pom.xml Mon Mar 27 20:40:25 2017
@@ -72,7 +72,6 @@
 			</plugin>
 				<plugin>
 					<artifactId>maven-jar-plugin</artifactId>
-					<version>2.4</version>
 					<configuration>
 			          <includes>
 			          <!-- Dictionary lookup Resources that are unpacked

Modified: ctakes/trunk/ctakes-examples/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-examples/pom.xml?rev=1789009&r1=1789008&r2=1789009&view=diff
==============================================================================
--- ctakes/trunk/ctakes-examples/pom.xml (original)
+++ ctakes/trunk/ctakes-examples/pom.xml Mon Mar 27 20:40:25 2017
@@ -38,5 +38,13 @@
         <groupId>org.apache.ctakes</groupId>
         <artifactId>ctakes-examples-res</artifactId>
      </dependency>
+     <dependency>
+        <groupId>org.apache.ctakes</groupId>
+        <artifactId>ctakes-side-effect</artifactId>
+     </dependency>
+     <dependency>
+        <groupId>org.apache.ctakes</groupId>
+        <artifactId>ctakes-smoking-status</artifactId>
+     </dependency>
   </dependencies>
 </project>
\ No newline at end of file

Modified: ctakes/trunk/ctakes-lvg-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-lvg-res/pom.xml?rev=1789009&r1=1789008&r2=1789009&view=diff
==============================================================================
--- ctakes/trunk/ctakes-lvg-res/pom.xml (original)
+++ ctakes/trunk/ctakes-lvg-res/pom.xml Mon Mar 27 20:40:25 2017
@@ -57,7 +57,6 @@
 			</plugin>
 				<plugin>
 					<artifactId>maven-jar-plugin</artifactId>
-					<version>2.4</version>
 					<configuration>
 			          <includes>
 			          <!-- Resources that are unpacked

Modified: ctakes/trunk/ctakes-lvg/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-lvg/pom.xml?rev=1789009&r1=1789008&r2=1789009&view=diff
==============================================================================
--- ctakes/trunk/ctakes-lvg/pom.xml (original)
+++ ctakes/trunk/ctakes-lvg/pom.xml Mon Mar 27 20:40:25 2017
@@ -57,8 +57,7 @@
 		</dependency>
 		<dependency>
 			<groupId>gov.nih.nlm.nls.lvg</groupId>
-			<artifactId>lvg2010dist</artifactId>
-			<version>0.0.1</version>
+			<artifactId>lvgdist</artifactId>
 		</dependency>
 	</dependencies>
 </project>

Modified: ctakes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/pom.xml?rev=1789009&r1=1789008&r2=1789009&view=diff
==============================================================================
--- ctakes/trunk/pom.xml (original)
+++ ctakes/trunk/pom.xml Mon Mar 27 20:40:25 2017
@@ -601,8 +601,8 @@
 			</dependency>										
 			<dependency>
 				<groupId>gov.nih.nlm.nls.lvg</groupId>
-				<artifactId>lvg2010dist</artifactId>
-				<version>0.0.1</version>
+				<artifactId>lvgdist</artifactId>
+				<version>2016.0</version>
 			</dependency>
 			<dependency>
 				<groupId>com.googlecode.clearnlp</groupId>