You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2014/11/04 19:16:47 UTC

svn commit: r1636671 - /ctakes/trunk/ctakes-distribution/pom.xml

Author: seanfinan
Date: Tue Nov  4 18:16:47 2014
New Revision: 1636671

URL: http://svn.apache.org/r1636671
Log:
dictionary-lookup-fast added as a dependency for the package

Modified:
    ctakes/trunk/ctakes-distribution/pom.xml

Modified: ctakes/trunk/ctakes-distribution/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-distribution/pom.xml?rev=1636671&r1=1636670&r2=1636671&view=diff
==============================================================================
--- ctakes/trunk/ctakes-distribution/pom.xml (original)
+++ ctakes/trunk/ctakes-distribution/pom.xml Tue Nov  4 18:16:47 2014
@@ -52,7 +52,11 @@
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-dictionary-lookup</artifactId>
 		</dependency>
-		<dependency>
+      <dependency>
+         <groupId>org.apache.ctakes</groupId>
+         <artifactId>ctakes-dictionary-lookup-fast</artifactId>
+      </dependency>
+      <dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-preprocessor</artifactId>
 		</dependency>