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 2014/10/30 18:45:36 UTC

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

Author: tmill
Date: Thu Oct 30 17:45:36 2014
New Revision: 1635562

URL: http://svn.apache.org/r1635562
Log:
Allow for clinical pipelines to use fast dictionary.

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=1635562&r1=1635561&r2=1635562&view=diff
==============================================================================
--- ctakes/trunk/ctakes-clinical-pipeline/pom.xml (original)
+++ ctakes/trunk/ctakes-clinical-pipeline/pom.xml Thu Oct 30 17:45:36 2014
@@ -93,6 +93,10 @@
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-ytex-uima</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-dictionary-lookup-fast</artifactId>
+		</dependency>
 	</dependencies>
 	<profiles>
 		<profile>