[hibernate-commits] Hibernate SVN: r16077 - core/branches/Branch_3_3/cache-ehcache.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Mar 4 15:03:33 EST 2009


Author: steve.ebersole at jboss.com
Date: 2009-03-04 15:03:32 -0500 (Wed, 04 Mar 2009)
New Revision: 16077

Modified:
   core/branches/Branch_3_3/cache-ehcache/pom.xml
Log:
cleaned up pom for ehcache integration

Modified: core/branches/Branch_3_3/cache-ehcache/pom.xml
===================================================================
--- core/branches/Branch_3_3/cache-ehcache/pom.xml	2009-03-04 16:09:47 UTC (rev 16076)
+++ core/branches/Branch_3_3/cache-ehcache/pom.xml	2009-03-04 20:03:32 UTC (rev 16077)
@@ -41,36 +41,6 @@
             <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>
         <!-- these are optional on core... :( -->
         <dependency>
             <groupId>javassist</groupId>
@@ -78,17 +48,5 @@
             <version>3.4.GA</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>cglib</groupId>
-            <artifactId>cglib</artifactId>
-            <version>2.1_3</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>asm</groupId>
-            <artifactId>asm-attrs</artifactId>
-            <version>1.5.3</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>
\ No newline at end of file




More information about the hibernate-commits mailing list