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 17:55:24 UTC

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

Author: schor
Date: Thu Dec 19 16:55:24 2013
New Revision: 1552352

URL: http://svn.apache.org/r1552352
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/pom.xml

Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml?rev=1552352&r1=1552351&r2=1552352&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml Thu Dec 19 16:55:24 2013
@@ -150,6 +150,14 @@
 			<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>