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/14 21:25:15 UTC

svn commit: r1493224 - /ctakes/trunk/ctakes-temporal/pom.xml

Author: tmill
Date: Fri Jun 14 19:25:15 2013
New Revision: 1493224

URL: http://svn.apache.org/r1493224
Log:
Added cleartk-ml-crfsuite as a dependency.

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

Modified: ctakes/trunk/ctakes-temporal/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-temporal/pom.xml?rev=1493224&r1=1493223&r2=1493224&view=diff
==============================================================================
--- ctakes/trunk/ctakes-temporal/pom.xml (original)
+++ ctakes/trunk/ctakes-temporal/pom.xml Fri Jun 14 19:25:15 2013
@@ -141,6 +141,10 @@
 			<artifactId>cleartk-type-system</artifactId>
 			<version>1.2.0</version>
 		</dependency>
+		<dependency>
+			<groupId>org.cleartk</groupId>
+			<artifactId>cleartk-ml-crfsuite</artifactId>
+		</dependency>
 	</dependencies>
 	<!-- The below is all necessary to unpack the UMLS resources since they 
 		can't be used from the classpath -->