[seam-commits] Seam SVN: r10019 - branches/enterprise/JBPAPP_4_3_FP01/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Feb 6 15:24:20 EST 2009


Author: manaRH
Date: 2009-02-06 15:24:20 -0500 (Fri, 06 Feb 2009)
New Revision: 10019

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
   branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml
Log:
JBPAPP-1447 - fix the hudson issue with emma coverage report

Modified: branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml	2009-02-06 19:30:12 UTC (rev 10018)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml	2009-02-06 20:24:20 UTC (rev 10019)
@@ -926,6 +926,12 @@
          </exclusions>
       </dependency>
 
+      <dependency>
+    	<groupId>emma</groupId>
+    	<artifactId>emma</artifactId>
+    	<version>2.0.5312</version>
+      </dependency>
+
     </dependencies>
   </dependencyManagement>
   

Modified: branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml	2009-02-06 19:30:12 UTC (rev 10018)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml	2009-02-06 20:24:20 UTC (rev 10019)
@@ -197,6 +197,12 @@
         </exclusion>
       </exclusions>
     </dependency>
+    
+    <dependency>
+    	<groupId>emma</groupId>
+    	<artifactId>emma</artifactId>
+    	<optional>true</optional>
+    </dependency>
 
   </dependencies>
 </project>
\ No newline at end of file




More information about the seam-commits mailing list