[hibernate-commits] Hibernate SVN: r15172 - in core/branches/Branch_3_3: testsuite and 1 other directory.

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


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

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

Modified: core/branches/Branch_3_3/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3/parent/pom.xml	2008-09-10 16:24:21 UTC (rev 15171)
+++ core/branches/Branch_3_3/parent/pom.xml	2008-09-10 16:24:39 UTC (rev 15172)
@@ -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>
@@ -330,4 +358,4 @@
         </snapshotRepository>
     </distributionManagement>
 
-</project>
\ No newline at end of file
+</project>

Modified: core/branches/Branch_3_3/testsuite/pom.xml
===================================================================
--- core/branches/Branch_3_3/testsuite/pom.xml	2008-09-10 16:24:21 UTC (rev 15171)
+++ core/branches/Branch_3_3/testsuite/pom.xml	2008-09-10 16:24:39 UTC (rev 15172)
@@ -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>
@@ -350,4 +324,4 @@
         </profile>
 
     </profiles>
-</project>
\ No newline at end of file
+</project>




More information about the hibernate-commits mailing list