[seam-commits] Seam SVN: r10018 - trunk/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Feb 6 14:30:13 EST 2009


Author: manaRH
Date: 2009-02-06 14:30:12 -0500 (Fri, 06 Feb 2009)
New Revision: 10018

Modified:
   trunk/build/root.pom.xml
   trunk/build/ui.pom.xml
Log:
JBSEAM-3894 - next fix for emma coverage

Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml	2009-02-06 17:45:07 UTC (rev 10017)
+++ trunk/build/root.pom.xml	2009-02-06 19:30:12 UTC (rev 10018)
@@ -1249,7 +1249,12 @@
          </exclusions>
       </dependency>
       
-      
+      <dependency>
+    	<groupId>emma</groupId>
+    	<artifactId>emma</artifactId>
+    	<version>2.0.5312</version>
+    </dependency>
+    
     </dependencies>
   </dependencyManagement>
   

Modified: trunk/build/ui.pom.xml
===================================================================
--- trunk/build/ui.pom.xml	2009-02-06 17:45:07 UTC (rev 10017)
+++ trunk/build/ui.pom.xml	2009-02-06 19:30:12 UTC (rev 10018)
@@ -199,8 +199,7 @@
     <dependency>
     	<groupId>emma</groupId>
     	<artifactId>emma</artifactId>
-    	<version>2.0.5312</version>
-    	<scope>optional</scope>
+    	<optional>true</optional>
     </dependency>
 
   </dependencies>




More information about the seam-commits mailing list