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 2016/03/02 11:57:25 UTC

svn commit: r1733252 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-ep-addons/ ruta-ep-caseditor/ ruta-ep-core-ext/ ruta-ep-ide-ui/ ruta-ep-ide/ ruta-ep-textrul...

Author: pkluegl
Date: Wed Mar  2 10:57:24 2016
New Revision: 1733252

URL: http://svn.apache.org/viewvc?rev=1733252&view=rev
Log:
UIMA-4798
- removed some warnings

Modified:
    uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml
    uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml
    uima/ruta/trunk/pom.xml
    uima/ruta/trunk/ruta-core-ext/pom.xml
    uima/ruta/trunk/ruta-core/pom.xml
    uima/ruta/trunk/ruta-ep-addons/pom.xml
    uima/ruta/trunk/ruta-ep-caseditor/pom.xml
    uima/ruta/trunk/ruta-ep-core-ext/pom.xml
    uima/ruta/trunk/ruta-ep-ide-ui/pom.xml
    uima/ruta/trunk/ruta-ep-ide/pom.xml
    uima/ruta/trunk/ruta-ep-textruler/pom.xml
    uima/ruta/trunk/ruta-parent/pom.xml

Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml?rev=1733252&r1=1733251&r2=1733252&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml (original)
+++ uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml Wed Mar  2 10:57:24 2016
@@ -64,19 +64,16 @@
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>app</artifactId>
-      <version>[1.3.0,2.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.emf.ecore</groupId>
       <artifactId>xmi</artifactId>
-      <version>[2.7.0,3.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.5</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml?rev=1733252&r1=1733251&r2=1733252&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml (original)
+++ uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml Wed Mar  2 10:57:24 2016
@@ -45,7 +45,6 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>4.5</version>
 			<scope>test</scope>
 		</dependency>
 	</dependencies>

Modified: uima/ruta/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/pom.xml?rev=1733252&r1=1733251&r2=1733252&view=diff
==============================================================================
--- uima/ruta/trunk/pom.xml (original)
+++ uima/ruta/trunk/pom.xml Wed Mar  2 10:57:24 2016
@@ -98,6 +98,7 @@
     <module>ruta-core</module>
     <module>ruta-core-ext</module>
 
+    <module>ruta-ep-parent</module>
     <module>ruta-ep-engine</module>
     <module>ruta-ep-ide</module>
     <module>ruta-ep-ide-ui</module>

Modified: uima/ruta/trunk/ruta-core-ext/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core-ext/pom.xml?rev=1733252&r1=1733251&r2=1733252&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-core-ext/pom.xml (original)
+++ uima/ruta/trunk/ruta-core-ext/pom.xml Wed Mar  2 10:57:24 2016
@@ -38,7 +38,6 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>4.5</version>
 			<scope>test</scope>
 		</dependency>
 	</dependencies>

Modified: uima/ruta/trunk/ruta-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core/pom.xml?rev=1733252&r1=1733251&r2=1733252&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-core/pom.xml (original)
+++ uima/ruta/trunk/ruta-core/pom.xml Wed Mar  2 10:57:24 2016
@@ -36,7 +36,6 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.5</version>
       <scope>test</scope>
     </dependency>
    <dependency>

Modified: uima/ruta/trunk/ruta-ep-addons/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-addons/pom.xml?rev=1733252&r1=1733251&r2=1733252&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-addons/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-addons/pom.xml Wed Mar  2 10:57:24 2016
@@ -72,7 +72,6 @@
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>app</artifactId>
-      <version>[1.3.0,2.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -102,7 +101,6 @@
     <dependency>
       <groupId>org.eclipse.core</groupId>
       <artifactId>jobs</artifactId>
-      <version>[3.3.0,5.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -124,7 +122,6 @@
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>preferences</artifactId>
-      <version>[3.3.0,5.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: uima/ruta/trunk/ruta-ep-caseditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-caseditor/pom.xml?rev=1733252&r1=1733251&r2=1733252&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-caseditor/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-caseditor/pom.xml Wed Mar  2 10:57:24 2016
@@ -94,7 +94,6 @@
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>app</artifactId>
-      <version>[1.3.0,2.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: uima/ruta/trunk/ruta-ep-core-ext/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-core-ext/pom.xml?rev=1733252&r1=1733251&r2=1733252&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-core-ext/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-core-ext/pom.xml Wed Mar  2 10:57:24 2016
@@ -75,19 +75,16 @@
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>app</artifactId>
-      <version>[1.3.0,2.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.emf.ecore</groupId>
       <artifactId>xmi</artifactId>
-      <version>[2.7.0,3.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.5</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: uima/ruta/trunk/ruta-ep-ide-ui/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-ide-ui/pom.xml?rev=1733252&r1=1733251&r2=1733252&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-ide-ui/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-ide-ui/pom.xml Wed Mar  2 10:57:24 2016
@@ -85,7 +85,6 @@
     <dependency>
       <groupId>org.eclipse.core</groupId>
       <artifactId>jobs</artifactId>
-      <version>[3.3.0,5.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -169,19 +168,16 @@
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>preferences</artifactId>
-      <version>[3.3.0,5.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>app</artifactId>
-      <version>[1.3.0,2.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.emf.ecore</groupId>
       <artifactId>xmi</artifactId>
-      <version>[2.7.0,3.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: uima/ruta/trunk/ruta-ep-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-ide/pom.xml?rev=1733252&r1=1733251&r2=1733252&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-ide/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-ide/pom.xml Wed Mar  2 10:57:24 2016
@@ -62,19 +62,16 @@
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>preferences</artifactId>
-      <version>[3.3.0,5.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>app</artifactId>
-      <version>[1.3.0,2.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.emf.ecore</groupId>
       <artifactId>xmi</artifactId>
-      <version>[2.7.0,3.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: uima/ruta/trunk/ruta-ep-textruler/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-textruler/pom.xml?rev=1733252&r1=1733251&r2=1733252&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-textruler/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-textruler/pom.xml Wed Mar  2 10:57:24 2016
@@ -52,7 +52,6 @@
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>app</artifactId>
-      <version>[1.3.0,2.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -94,7 +93,6 @@
     <dependency>
       <groupId>org.eclipse.emf.ecore</groupId>
       <artifactId>xmi</artifactId>
-      <version>[2.7.0,3.0.0)</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>

Modified: uima/ruta/trunk/ruta-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-parent/pom.xml?rev=1733252&r1=1733251&r2=1733252&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-parent/pom.xml (original)
+++ uima/ruta/trunk/ruta-parent/pom.xml Wed Mar  2 10:57:24 2016
@@ -146,6 +146,17 @@ Creative Commons Attribution 3.0 License
  
   </properties>
   
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.5</version>
+        <scope>test</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  
   <build>
     <pluginManagement>
       <plugins>