You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2015/11/16 23:35:12 UTC

svn commit: r1714698 - /ctakes/trunk/ctakes-clinical-pipeline/pom.xml

Author: chenpei
Date: Mon Nov 16 22:35:12 2015
New Revision: 1714698

URL: http://svn.apache.org/viewvc?rev=1714698&view=rev
Log:
CTAKES-388 - Thanks Lewis John McGibbney for the Patch.

Modified:
    ctakes/trunk/ctakes-clinical-pipeline/pom.xml

Modified: ctakes/trunk/ctakes-clinical-pipeline/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-clinical-pipeline/pom.xml?rev=1714698&r1=1714697&r2=1714698&view=diff
==============================================================================
--- ctakes/trunk/ctakes-clinical-pipeline/pom.xml (original)
+++ ctakes/trunk/ctakes-clinical-pipeline/pom.xml Mon Nov 16 22:35:12 2015
@@ -97,6 +97,15 @@
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-dictionary-lookup-fast</artifactId>
 		</dependency>
+        <dependency>
+            <groupId>org.apache.ctakes</groupId>
+            <artifactId>ctakes-constituency-parser</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.cleartk</groupId>
+            <artifactId>cleartk-ml</artifactId>
+            <version>2.0.0</version>
+        </dependency>
 	</dependencies>
 	<profiles>
 		<profile>