You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2014/11/18 18:38:33 UTC

svn commit: r1640398 - /ctakes/trunk/pom.xml

Author: chenpei
Date: Tue Nov 18 17:38:32 2014
New Revision: 1640398

URL: http://svn.apache.org/r1640398
Log:
CTAKES-332, CTAKES-333 - Upgrading OpenNLP 1.5.2 -> 1.5.3

Modified:
    ctakes/trunk/pom.xml

Modified: ctakes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/pom.xml?rev=1640398&r1=1640397&r2=1640398&view=diff
==============================================================================
--- ctakes/trunk/pom.xml (original)
+++ ctakes/trunk/pom.xml Tue Nov 18 17:38:32 2014
@@ -465,14 +465,19 @@
 			<dependency>
 				<groupId>org.apache.opennlp</groupId>
 				<artifactId>opennlp-maxent</artifactId>
-				<version>3.0.2-incubating</version>
+				<version>3.0.3</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.opennlp</groupId>
 				<artifactId>opennlp-tools</artifactId>
-				<version>1.5.2-incubating</version>
+				<version>1.5.3</version>
 			</dependency>
 			<dependency>
+				<groupId>org.apache.opennlp</groupId>
+				<artifactId>opennlp-uima</artifactId>
+				<version>1.5.3</version>
+			</dependency>			
+			<dependency>
 				<groupId>org.apache.uima</groupId>
 				<artifactId>uimaj-examples</artifactId>
 				<version>2.4.0</version>