You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ma...@apache.org on 2012/12/21 18:46:05 UTC

svn commit: r1425047 - /incubator/ctakes/trunk/ctakes-assertion/pom.xml

Author: mattcoarr
Date: Fri Dec 21 17:46:05 2012
New Revision: 1425047

URL: http://svn.apache.org/viewvc?rev=1425047&view=rev
Log:
added ctakes-assertion-zoner to dependency list for ctakes-assertion

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

Modified: incubator/ctakes/trunk/ctakes-assertion/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-assertion/pom.xml?rev=1425047&r1=1425046&r2=1425047&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-assertion/pom.xml (original)
+++ incubator/ctakes/trunk/ctakes-assertion/pom.xml Fri Dec 21 17:46:05 2012
@@ -31,6 +31,10 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-assertion-zoner</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-type-system</artifactId>
 		</dependency>
 		<dependency>