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 16:14:48 UTC

svn commit: r1774284 - in /uima/uimaj/branches/experiment-v3-jcas: uimaj-json/pom.xml uimaj-test-util/pom.xml

Author: schor
Date: Wed Dec 14 16:14:47 2016
New Revision: 1774284

URL: http://svn.apache.org/viewvc?rev=1774284&view=rev
Log:
[UIMA-5211]

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-json/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-test-util/pom.xml

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-json/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-json/pom.xml?rev=1774284&r1=1774283&r2=1774284&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-json/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-json/pom.xml Wed Dec 14 16:14:47 2016
@@ -58,12 +58,7 @@
       <version>${project.parent.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-    	<groupId>xmlunit</groupId>
-    	<artifactId>xmlunit</artifactId>
-    	<version>1.5</version>
-    	<scope>test</scope>
-    </dependency>
+
   </dependencies>
   
   <build>

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=1774284&r1=1774283&r2=1774284&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 16:14:47 2016
@@ -63,7 +63,12 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<scope>compile</scope>
-		</dependency>		
+			<scope>compile</scope>  <!-- is normally test scope, so need to be explicit -->
+		</dependency>	
+    <dependency>
+      <groupId>xmlunit</groupId>
+      <artifactId>xmlunit</artifactId>
+      <version>1.6</version>
+    </dependency>
 	</dependencies>
 </project>
\ No newline at end of file