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/08 13:16:42 UTC

svn commit: r1785961 - in /ctakes/trunk: ctakes-assertion/pom.xml ctakes-chunker/pom.xml ctakes-core/pom.xml ctakes-pos-tagger/pom.xml ctakes-relation-extractor/pom.xml pom.xml

Author: james-masanz
Date: Wed Mar  8 13:16:42 2017
New Revision: 1785961

URL: http://svn.apache.org/viewvc?rev=1785961&view=rev
Log:
revert r1785959 until resolve issues (CTAKES-417 - update OpenNLP to 1.7.1)

Modified:
    ctakes/trunk/ctakes-assertion/pom.xml
    ctakes/trunk/ctakes-chunker/pom.xml
    ctakes/trunk/ctakes-core/pom.xml
    ctakes/trunk/ctakes-pos-tagger/pom.xml
    ctakes/trunk/ctakes-relation-extractor/pom.xml
    ctakes/trunk/pom.xml

Modified: ctakes/trunk/ctakes-assertion/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/pom.xml?rev=1785961&r1=1785960&r2=1785961&view=diff
==============================================================================
--- ctakes/trunk/ctakes-assertion/pom.xml (original)
+++ ctakes/trunk/ctakes-assertion/pom.xml Wed Mar  8 13:16:42 2017
@@ -121,7 +121,10 @@
 			<groupId>log4j</groupId>
 			<artifactId>log4j</artifactId>
 		</dependency>
-
+		<dependency>
+			<groupId>org.apache.opennlp</groupId>
+			<artifactId>opennlp-maxent</artifactId>
+		</dependency>
 		<dependency>
 			<groupId>org.apache.opennlp</groupId>
 			<artifactId>opennlp-tools</artifactId>

Modified: ctakes/trunk/ctakes-chunker/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-chunker/pom.xml?rev=1785961&r1=1785960&r2=1785961&view=diff
==============================================================================
--- ctakes/trunk/ctakes-chunker/pom.xml (original)
+++ ctakes/trunk/ctakes-chunker/pom.xml Wed Mar  8 13:16:42 2017
@@ -55,6 +55,10 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.opennlp</groupId>
+			<artifactId>opennlp-maxent</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.opennlp</groupId>
 			<artifactId>opennlp-tools</artifactId>
 		</dependency>
 		<dependency>

Modified: ctakes/trunk/ctakes-core/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-core/pom.xml?rev=1785961&r1=1785960&r2=1785961&view=diff
==============================================================================
--- ctakes/trunk/ctakes-core/pom.xml (original)
+++ ctakes/trunk/ctakes-core/pom.xml Wed Mar  8 13:16:42 2017
@@ -74,6 +74,10 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.opennlp</groupId>
+			<artifactId>opennlp-maxent</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.opennlp</groupId>
 			<artifactId>opennlp-tools</artifactId>
 		</dependency>
       <!--  Todo : is lucene necessary at this level?  -->

Modified: ctakes/trunk/ctakes-pos-tagger/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-pos-tagger/pom.xml?rev=1785961&r1=1785960&r2=1785961&view=diff
==============================================================================
--- ctakes/trunk/ctakes-pos-tagger/pom.xml (original)
+++ ctakes/trunk/ctakes-pos-tagger/pom.xml Wed Mar  8 13:16:42 2017
@@ -51,6 +51,10 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.opennlp</groupId>
+			<artifactId>opennlp-maxent</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.opennlp</groupId>
 			<artifactId>opennlp-tools</artifactId>
 		</dependency>
 		<dependency>

Modified: ctakes/trunk/ctakes-relation-extractor/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-relation-extractor/pom.xml?rev=1785961&r1=1785960&r2=1785961&view=diff
==============================================================================
--- ctakes/trunk/ctakes-relation-extractor/pom.xml (original)
+++ ctakes/trunk/ctakes-relation-extractor/pom.xml Wed Mar  8 13:16:42 2017
@@ -105,7 +105,10 @@
 			<groupId>log4j</groupId>
 			<artifactId>log4j</artifactId>
 		</dependency>
-
+		<dependency>
+			<groupId>org.apache.opennlp</groupId>
+			<artifactId>opennlp-maxent</artifactId>
+		</dependency>
 		<dependency>
 			<groupId>org.apache.opennlp</groupId>
 			<artifactId>opennlp-tools</artifactId>

Modified: ctakes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/pom.xml?rev=1785961&r1=1785960&r2=1785961&view=diff
==============================================================================
--- ctakes/trunk/pom.xml (original)
+++ ctakes/trunk/pom.xml Wed Mar  8 13:16:42 2017
@@ -483,13 +483,18 @@
 			</dependency>	
 			<dependency>
 				<groupId>org.apache.opennlp</groupId>
+				<artifactId>opennlp-maxent</artifactId>
+				<version>3.0.3</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.opennlp</groupId>
 				<artifactId>opennlp-tools</artifactId>
-				<version>1.7.1</version>
+				<version>1.5.3</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.opennlp</groupId>
 				<artifactId>opennlp-uima</artifactId>
-				<version>1.7.1</version>
+				<version>1.5.3</version>
 			</dependency>			
 			<dependency>
 				<groupId>org.apache.uima</groupId>