[seam-commits] Seam SVN: r10015 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Feb 6 10:51:30 EST 2009
Author: manaRH
Date: 2009-02-06 10:51:29 -0500 (Fri, 06 Feb 2009)
New Revision: 10015
Modified:
trunk/build/ui.pom.xml
Log:
JBSEAM-3894 - added emma dependency to fix the hudson job
Modified: trunk/build/ui.pom.xml
===================================================================
--- trunk/build/ui.pom.xml 2009-02-06 10:37:11 UTC (rev 10014)
+++ trunk/build/ui.pom.xml 2009-02-06 15:51:29 UTC (rev 10015)
@@ -195,6 +195,13 @@
</exclusion>
</exclusions>
</dependency>
+
+ <dependency>
+ <groupId>emma</groupId>
+ <artifactId>emma</artifactId>
+ <version>2.0.5312</version>
+ <scope>optional</scope>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
More information about the seam-commits
mailing list