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/05/22 16:51:03 UTC

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

Author: tmill
Date: Wed May 22 14:51:02 2013
New Revision: 1485235

URL: http://svn.apache.org/r1485235
Log:
Added dependencies on constituency parser and relation extractor.

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=1485235&r1=1485234&r2=1485235&view=diff
==============================================================================
--- ctakes/trunk/ctakes-assertion/pom.xml (original)
+++ ctakes/trunk/ctakes-assertion/pom.xml Wed May 22 14:51:02 2013
@@ -49,10 +49,18 @@
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-core</artifactId>
 		</dependency>
+    <dependency>
+      <groupId>org.apache.ctakes</groupId>
+      <artifactId>ctakes-constituency-parser</artifactId>
+    </dependency>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-utils</artifactId>
 		</dependency>
+    <dependency>
+      <groupId>org.apache.ctakes</groupId>
+      <artifactId>ctakes-relation-extractor</artifactId>
+    </dependency>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-pos-tagger</artifactId>