You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by tm...@apache.org on 2013/06/04 17:18:19 UTC

svn commit: r1489467 - /ctakes/trunk/ctakes-assertion/pom.xml

Author: tmill
Date: Tue Jun  4 15:18:11 2013
New Revision: 1489467

URL: http://svn.apache.org/r1489467
Log:
CTAKES-203: Upgrades assertion pom to use cleartk-1.4.1 modules.

Modified:
    ctakes/trunk/ctakes-assertion/pom.xml

Modified: ctakes/trunk/ctakes-assertion/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/pom.xml?rev=1489467&r1=1489466&r2=1489467&view=diff
==============================================================================
--- ctakes/trunk/ctakes-assertion/pom.xml (original)
+++ ctakes/trunk/ctakes-assertion/pom.xml Tue Jun  4 15:18:11 2013
@@ -68,26 +68,27 @@
 		<dependency>
 			<groupId>org.cleartk</groupId>
 			<artifactId>cleartk-ml</artifactId>
+			<version>1.3.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.cleartk</groupId>
 			<artifactId>cleartk-ml-libsvm</artifactId>
+			<version>1.2.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.cleartk</groupId>
 			<artifactId>cleartk-ml-opennlp-maxent</artifactId>
+			<version>1.1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>org.cleartk</groupId>
 			<artifactId>cleartk-util</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.cleartk</groupId>
-			<artifactId>cleartk-test-util</artifactId>
+			<version>0.9.2</version>
 		</dependency>
 		<dependency>
 			<groupId>org.cleartk</groupId>
 			<artifactId>cleartk-eval</artifactId>
+			<version>0.9.2</version>
 		</dependency>			
 		<dependency>
 			<groupId>args4j</groupId>