[jboss-cvs] JBossAS SVN: r105440 - in branches/JBPAPP_5_1: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 31 21:22:02 EDT 2010


Author: rachmatowicz at jboss.com
Date: 2010-05-31 21:22:02 -0400 (Mon, 31 May 2010)
New Revision: 105440

Modified:
   branches/JBPAPP_5_1/component-matrix/pom.xml
   branches/JBPAPP_5_1/thirdparty/pom.xml
Log:
Add cobertura.jar to the testsuite thirdparty libs.


Modified: branches/JBPAPP_5_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml	2010-06-01 01:07:36 UTC (rev 105439)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml	2010-06-01 01:22:02 UTC (rev 105440)
@@ -2218,6 +2218,12 @@
         <artifactId>xmlunit</artifactId>
         <version>1.0</version>
       </dependency>
+      
+      <dependency>
+        <groupId>net.sourceforge.cobertura</groupId>
+        <artifactId>cobertura</artifactId>
+        <version>1.9</version>
+      </dependency>
 
     </dependencies>
 

Modified: branches/JBPAPP_5_1/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_1/thirdparty/pom.xml	2010-06-01 01:07:36 UTC (rev 105439)
+++ branches/JBPAPP_5_1/thirdparty/pom.xml	2010-06-01 01:22:02 UTC (rev 105440)
@@ -2149,6 +2149,11 @@
       <groupId>xmlunit</groupId>
       <artifactId>xmlunit</artifactId>
     </dependency>
+    <dependency>
+      <groupId>net.sourceforge.cobertura</groupId>
+      <artifactId>cobertura</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   
   <profiles>




More information about the jboss-cvs-commits mailing list