Author: nicolas
Date: Mon Jan 11 15:26:20 2010
New Revision: 897905

URL: http://svn.apache.org/viewvc?rev=897905&view=rev
Log:
invalid dependency scope -> test

Modified:
    commons/sandbox/monitoring/trunk/reporting/pom.xml

Modified: commons/sandbox/monitoring/trunk/reporting/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/reporting/pom.xml?rev=897905&r1=897904&r2=897905&view=diff
==============================================================================
--- commons/sandbox/monitoring/trunk/reporting/pom.xml (original)
+++ commons/sandbox/monitoring/trunk/reporting/pom.xml Mon Jan 11 15:26:20 2010
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>commons-monitoring-parent</artifactId>
     <groupId>org.apache.commons.monitoring</groupId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-bios-1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-monitoring-reporting</artifactId>
@@ -20,9 +20,10 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-       <groupId>xmlunit</groupId>
-       <artifactId>xmlunit</artifactId>
-       <version>1.2</version>
+      <groupId>xmlunit</groupId>
+      <artifactId>xmlunit</artifactId>
+      <version>1.2</version>
+         <scope>test</scope>
     </dependency>
   </dependencies>
 </project>
\ No newline at end of file


Reply via email to