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/07 20:57:32 UTC

svn commit: r1773145 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml

Author: schor
Date: Wed Dec  7 20:57:32 2016
New Revision: 1773145

URL: http://svn.apache.org/viewvc?rev=1773145&view=rev
Log:
remove junit 4 from dependencies, is still in dependency management section

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml?rev=1773145&r1=1773144&r2=1773145&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml Wed Dec  7 20:57:32 2016
@@ -180,13 +180,6 @@
       <version>1.3.9-1</version>
       <scope>compile</scope>
     </dependency>
-    
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.12</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
   
   <build>