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 2016/12/06 22:04:29 UTC

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

Author: tmill
Date: Tue Dec  6 22:04:28 2016
New Revision: 1772967

URL: http://svn.apache.org/viewvc?rev=1772967&view=rev
Log:
Add coref to clinical pipeline pom.

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=1772967&r1=1772966&r2=1772967&view=diff
==============================================================================
--- ctakes/trunk/ctakes-clinical-pipeline/pom.xml (original)
+++ ctakes/trunk/ctakes-clinical-pipeline/pom.xml Tue Dec  6 22:04:28 2016
@@ -106,6 +106,10 @@
             <artifactId>cleartk-ml</artifactId>
             <version>2.0.0</version>
         </dependency>
+        <dependency>
+          <groupId>org.apache.ctakes</groupId>
+        	<artifactId>ctakes-coreference</artifactId>
+        </dependency>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-clinical-pipeline-res</artifactId>