[hibernate-commits] Hibernate SVN: r15171 - in core/trunk: testsuite and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Sep 10 12:24:21 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-09-10 12:24:21 -0400 (Wed, 10 Sep 2008)
New Revision: 15171

Modified:
   core/trunk/parent/pom.xml
   core/trunk/testsuite/pom.xml
Log:
HHH-3474 : slf4j -> 1.5.2

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2008-09-10 10:56:37 UTC (rev 15170)
+++ core/trunk/parent/pom.xml	2008-09-10 16:24:21 UTC (rev 15171)
@@ -278,11 +278,44 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
+        <!-- test-scoped dependencies for common testing dependencies -->
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <version>3.8.1</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>jcl104-over-slf4j</artifactId>
+            <version>1.5.2</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+            <version>1.5.2</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.14</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>99.0-does-not-exist</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging-api</artifactId>
+            <version>99.0-does-not-exist</version>
+            <scope>test</scope>
+        </dependency>
+        <!-- / test-scoped dependencies for common testing dependencies -->
     </dependencies>
 
     <dependencyManagement>
@@ -290,7 +323,7 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <version>1.4.2</version>
+                <version>1.5.2</version>
             </dependency>
             <dependency>
                 <groupId>antlr</groupId>
@@ -303,11 +336,6 @@
                 <version>3.1</version>
             </dependency>
             <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>3.8.1</version>
-            </dependency>
-            <dependency>
                 <groupId>dom4j</groupId>
                 <artifactId>dom4j</artifactId>
                 <version>1.6.1</version>

Modified: core/trunk/testsuite/pom.xml
===================================================================
--- core/trunk/testsuite/pom.xml	2008-09-10 10:56:37 UTC (rev 15170)
+++ core/trunk/testsuite/pom.xml	2008-09-10 16:24:21 UTC (rev 15171)
@@ -44,32 +44,6 @@
             <artifactId>jaxen</artifactId>
             <version>1.1</version>
         </dependency>
-        <!-- logging setup for the test suite -->
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>99.0-does-not-exist</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging-api</artifactId>
-            <version>99.0-does-not-exist</version>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>jcl104-over-slf4j</artifactId>
-            <version>1.4.2</version>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-            <version>1.4.2</version>
-        </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.14</version>
-        </dependency>
     </dependencies>
 
     <build>




More information about the hibernate-commits mailing list