[seam-commits] Seam SVN: r7533 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Mar 11 14:42:07 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-03-11 14:42:07 -0400 (Tue, 11 Mar 2008)
New Revision: 7533
Modified:
trunk/build/ui.pom.xml
Log:
JBSEAM-2676
Modified: trunk/build/ui.pom.xml
===================================================================
--- trunk/build/ui.pom.xml 2008-03-11 18:28:40 UTC (rev 7532)
+++ trunk/build/ui.pom.xml 2008-03-11 18:42:07 UTC (rev 7533)
@@ -83,6 +83,13 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-jul</artifactId>
+ <exclusions>
+ <!-- Odd, causes jdk 6 (only) build to fail if this isn't in. Some commons-logging conflict I think -->
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
More information about the seam-commits
mailing list