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>


Reply via email to