[seam-commits] Seam SVN: r13961 - branches/community/Seam_2_2/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Dec 17 07:59:46 EST 2010


Author: manaRH
Date: 2010-12-17 07:59:45 -0500 (Fri, 17 Dec 2010)
New Revision: 13961

Modified:
   branches/community/Seam_2_2/build/wicket.pom.xml
Log:
JBSEAM-4748 - added slf4j-api for overwriting transitive dependency in different version

Modified: branches/community/Seam_2_2/build/wicket.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/wicket.pom.xml	2010-12-16 16:20:48 UTC (rev 13960)
+++ branches/community/Seam_2_2/build/wicket.pom.xml	2010-12-17 12:59:45 UTC (rev 13961)
@@ -50,6 +50,11 @@
       </dependency>
       
       <dependency>
+      	<groupId>org.slf4j</groupId>
+      	<artifactId>slf4j-api</artifactId>
+      </dependency>
+      
+      <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-log4j12</artifactId>
          <optional>true</optional>



More information about the seam-commits mailing list