Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

[hibernate-commits] Hibernate SVN: r15181 - in core/trunk: parent
 and 1 other directories.

hibernate-commits

2008-09-10


Author LoginPost Reply
Author: steve.ebersole@(protected)
Date: 2008-09-10 14:12:01 -0400 (Wed, 10 Sep 2008)
New Revision: 15181

Modified:
 core/trunk/cache-jbosscache2/pom.xml
 core/trunk/parent/pom.xml
 core/trunk/tutorials/pom.xml
Log:
account for jcl104-over-slf4j artifact renaming to jcl-over-slf4j

Modified: core/trunk/cache-jbosscache2/pom.xml
===================================================================
--- core/trunk/cache-jbosscache2/pom.xml  2008-09-10 17:56:19 UTC (rev 15180)
+++ core/trunk/cache-jbosscache2/pom.xml  2008-09-10 18:12:01 UTC (rev 15181)
@@(protected) @@
        <version>1.8.0.2</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>
-     <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>jcl104-over-slf4j</artifactId>
-        <version>1.4.2</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-log4j12</artifactId>
-        <version>1.4.2</version>
-        <scope>test</scope>
-     </dependency>
-     <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>1.2.14</version>
-        <scope>test</scope>
-     </dependency>
     <!-- this is optional on core :( and needed for testing -->
     <dependency>
        <groupId>javassist</groupId>

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml  2008-09-10 17:56:19 UTC (rev 15180)
+++ core/trunk/parent/pom.xml  2008-09-10 18:12:01 UTC (rev 15181)
@@(protected) @@
     </dependency>
     <dependency>
        <groupId>org.slf4j</groupId>
-        <artifactId>jcl104-over-slf4j</artifactId>
+        <artifactId>jcl-over-slf4j</artifactId>
        <version>1.5.2</version>
        <scope>test</scope>
     </dependency>

Modified: core/trunk/tutorials/pom.xml
===================================================================
--- core/trunk/tutorials/pom.xml  2008-09-10 17:56:19 UTC (rev 15180)
+++ core/trunk/tutorials/pom.xml  2008-09-10 18:12:01 UTC (rev 15181)
@@(protected) @@
     </dependency>
     <!-- logging setup -->
     <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>
+        <artifactId>jcl-over-slf4j</artifactId>
        <version>1.4.2</version>
     </dependency>
     <dependency>
@@(protected) @@
        <artifactId>log4j</artifactId>
        <version>1.2.14</version>
     </dependency>
+     <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>
  </dependencies>

  <build>

_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.