You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2013/12/19 18:00:44 UTC

svn commit: r1552354 - /uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml

Author: schor
Date: Thu Dec 19 17:00:43 2013
New Revision: 1552354

URL: http://svn.apache.org/r1552354
Log:
[UIMA-3510] slight update to dependencies to pick up available version which has a -v20070606 suffix

Modified:
    uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml

Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml?rev=1552354&r1=1552353&r2=1552354&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml Thu Dec 19 17:00:43 2013
@@ -157,6 +157,13 @@
 			<version>[3.3.0.0,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
+		
+    <!-- https://issues.apache.org/jira/browse/UIMA-3510 -->
+    <dependency>
+      <groupId>org.eclipse.equinox</groupId>
+      <artifactId>app</artifactId>
+      <version>[1.0.0,1.0.1)</version>
+    </dependency>		
 	</dependencies>
 
 	<build>