[hibernate-commits] Hibernate SVN: r16078 - core/trunk/cache-ehcache.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Mar 4 15:18:29 EST 2009


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

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

Modified: core/trunk/cache-ehcache/pom.xml
===================================================================
--- core/trunk/cache-ehcache/pom.xml	2009-03-04 20:03:32 UTC (rev 16077)
+++ core/trunk/cache-ehcache/pom.xml	2009-03-04 20:18:29 UTC (rev 16078)
@@ -27,8 +27,6 @@
             <artifactId>ehcache</artifactId>
             <version>1.2.3</version>
         </dependency>
-
-        <!-- testing deps -->
         <dependency>
             <groupId>${groupId}</groupId>
             <artifactId>hibernate-testing</artifactId>
@@ -42,53 +40,10 @@
             <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>
             <artifactId>javassist</artifactId>
             <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>




More information about the hibernate-commits mailing list