You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2013/08/14 14:09:46 UTC

svn commit: r1513827 - /uima/sandbox/ruta/trunk/ruta-core/pom.xml

Author: pkluegl
Date: Wed Aug 14 12:09:45 2013
New Revision: 1513827

URL: http://svn.apache.org/r1513827
Log:
no jira - fixed wrong uimafit dependency

Modified:
    uima/sandbox/ruta/trunk/ruta-core/pom.xml

Modified: uima/sandbox/ruta/trunk/ruta-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/pom.xml?rev=1513827&r1=1513826&r2=1513827&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-core/pom.xml Wed Aug 14 12:09:45 2013
@@ -77,7 +77,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
-      <artifactId>uimafit</artifactId>
+      <artifactId>uimafit-core</artifactId>
       <version>2.0.0-SNAPSHOT</version>
     </dependency>
     <!-- needed for ruta-ep-ide - TODO this should be moved to engine? -->