You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by dl...@apache.org on 2012/10/17 19:25:37 UTC

svn commit: r1399355 - /incubator/ctakes/trunk/ctakes-relation-extractor/pom.xml

Author: dligach
Date: Wed Oct 17 17:25:37 2012
New Revision: 1399355

URL: http://svn.apache.org/viewvc?rev=1399355&view=rev
Log:
added a few missing dependencies

Modified:
    incubator/ctakes/trunk/ctakes-relation-extractor/pom.xml

Modified: incubator/ctakes/trunk/ctakes-relation-extractor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-relation-extractor/pom.xml?rev=1399355&r1=1399354&r2=1399355&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-relation-extractor/pom.xml (original)
+++ incubator/ctakes/trunk/ctakes-relation-extractor/pom.xml Wed Oct 17 17:25:37 2012
@@ -115,5 +115,29 @@
 			<groupId>org.uimafit</groupId>
 			<artifactId>uimafit</artifactId>
 		</dependency>
+	<dependency>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes-context-tokenizer</artifactId>
+	</dependency>
+	<dependency>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes-constituency-parser</artifactId>
+	</dependency>
+	<dependency>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes-ne-contexts</artifactId>
+	</dependency>
+	<dependency>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes-chunker</artifactId>
+	</dependency>
+	<dependency>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes-dependency-parser</artifactId>
+	</dependency>
+	<dependency>
+		<groupId>org.apache.ctakes</groupId>
+		<artifactId>ctakes-dictionary-lookup</artifactId>
+	</dependency>
 	</dependencies>
 </project>