Author: pkluegl
Date: Fri Jan 10 13:34:50 2014
New Revision: 1557120
URL: http://svn.apache.org/r1557120
Log:
UIMA-3539
- adapted dependency version for equinox.app to next uimaj release
Modified:
uima/ruta/trunk/ruta-ep-addons/pom.xml
uima/ruta/trunk/ruta-ep-caseditor/pom.xml
Modified: uima/ruta/trunk/ruta-ep-addons/pom.xml
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-addons/pom.xml?rev=1557120&r1=1557119&r2=1557120&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-addons/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-addons/pom.xml Fri Jan 10 13:34:50 2014
@@ -73,8 +73,7 @@
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>app</artifactId>
- <version>[1.1.0,2.0.0)</version>
- <scope>provided</scope>
+ <version>[1.0.0,1.0.1)</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
Modified: uima/ruta/trunk/ruta-ep-caseditor/pom.xml
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-caseditor/pom.xml?rev=1557120&r1=1557119&r2=1557120&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-caseditor/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-caseditor/pom.xml Fri Jan 10 13:34:50 2014
@@ -101,8 +101,7 @@
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>app</artifactId>
- <version>[1.3.0,5.0.0)</version>
- <scope>provided</scope>
+ <version>[1.0.0,1.0.1)</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>