[hibernate-commits] Hibernate SVN: r12877 - maven-poms/trunk/core-parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 1 20:04:24 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-08-01 20:04:24 -0400 (Wed, 01 Aug 2007)
New Revision: 12877

Modified:
   maven-poms/trunk/core-parent/pom.xml
Log:
jcl/sl4fj

Modified: maven-poms/trunk/core-parent/pom.xml
===================================================================
--- maven-poms/trunk/core-parent/pom.xml	2007-08-01 22:53:24 UTC (rev 12876)
+++ maven-poms/trunk/core-parent/pom.xml	2007-08-02 00:04:24 UTC (rev 12877)
@@ -206,7 +206,8 @@
                 <artifactId>junit</artifactId>
                 <version>3.8.1</version>
                 <scope>test</scope>
-            </dependency>
+            </dependency>
+            <!-- Force commons-logging out of deps, even transitive ones, based on this "hack" -->
             <dependency>
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
@@ -217,8 +218,15 @@
                 <artifactId>commons-logging-api</artifactId>
         	<version>99.0-does-not-exist</version>
             </dependency>
+            <!-- The slf4j commons-logging replacement -->
             <dependency>
                 <groupId>org.slf4j</groupId>
+                <artifactId>jcl104-over-slf4j</artifactId>
+                <version>1.4.2</version>
+            </dependency>
+            <!-- The basic slf4j API -->
+            <dependency>
+                <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
                 <version>1.4.2</version>
             </dependency>




More information about the hibernate-commits mailing list