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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Mar 11 15:18:02 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-03-11 15:18:02 -0400 (Tue, 11 Mar 2008)
New Revision: 7534

Modified:
   trunk/build/ui.pom.xml
Log:
JBSEAM-2676

Modified: trunk/build/ui.pom.xml
===================================================================
--- trunk/build/ui.pom.xml	2008-03-11 18:42:07 UTC (rev 7533)
+++ trunk/build/ui.pom.xml	2008-03-11 19:18:02 UTC (rev 7534)
@@ -83,13 +83,6 @@
     <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>
@@ -191,6 +184,11 @@
       <scope>test</scope>
       <classifier>jdk15</classifier>
     </dependency>
+    
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
 
   </dependencies>
 </project>
\ No newline at end of file




More information about the seam-commits mailing list