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 2016/12/14 13:44:01 UTC

svn commit: r1774246 - in /uima/uimaj/branches/experiment-v3-jcas: uimaj-component-test-util/pom.xml uimaj-ep-cas-editor-ide/pom.xml uimaj-ep-cas-editor/pom.xml uimaj-test-util/pom.xml

Author: schor
Date: Wed Dec 14 13:44:00 2016
New Revision: 1774246

URL: http://svn.apache.org/viewvc?rev=1774246&view=rev
Log:
[UIMA-4674] more updates to convert to Junit, and depend on version in parent pom.

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-component-test-util/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor-ide/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-test-util/pom.xml

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-component-test-util/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-component-test-util/pom.xml?rev=1774246&r1=1774245&r2=1774246&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-component-test-util/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-component-test-util/pom.xml Wed Dec 14 13:44:00 2016
@@ -61,7 +61,6 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
 			<scope>compile</scope>
 		</dependency>
 		<dependency>

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor-ide/pom.xml?rev=1774246&r1=1774245&r2=1774246&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor-ide/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor-ide/pom.xml Wed Dec 14 13:44:00 2016
@@ -61,7 +61,6 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>4.5</version>
       <scope>test</scope>
 		</dependency>
 
@@ -230,7 +229,7 @@
                   org.eclipse.ui.workbench,
                   org.eclipse.core.runtime,
                   org.eclipse.core.resources,
-                  org.junit4;bundle-version="4.5.0";resolution:=optional
+                  org.junit4;resolution:=optional
                 </Require-Bundle>
                 <Import-Package>
                   !org.eclipse.jface.text,

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor/pom.xml?rev=1774246&r1=1774245&r2=1774246&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor/pom.xml Wed Dec 14 13:44:00 2016
@@ -61,7 +61,6 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>4.5</version>
       <scope>test</scope>
 		</dependency>
 
@@ -231,7 +230,7 @@
                   org.eclipse.core.runtime,
                   org.eclipse.core.resources,
                   org.eclipse.jdt.core,
-                  org.junit4;bundle-version="4.5.0";resolution:=optional
+                  org.junit4;resolution:=optional
                 </Require-Bundle>
                 <Import-Package>
                   !org.eclipse.jface.text,

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-test-util/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-test-util/pom.xml?rev=1774246&r1=1774245&r2=1774246&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-test-util/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-test-util/pom.xml Wed Dec 14 13:44:00 2016
@@ -63,7 +63,6 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
 			<scope>compile</scope>
 		</dependency>		
 	</dependencies>