[hibernate-commits] Hibernate SVN: r14684 - core/trunk/cache-jbosscache2.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed May 21 16:35:44 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-05-21 16:35:44 -0400 (Wed, 21 May 2008)
New Revision: 14684

Modified:
   core/trunk/cache-jbosscache2/pom.xml
Log:
[HHH-2506 ] make javassist the default bytecode provider
[HHH-2875] cglib+asm repackage

Modified: core/trunk/cache-jbosscache2/pom.xml
===================================================================
--- core/trunk/cache-jbosscache2/pom.xml	2008-05-21 20:34:54 UTC (rev 14683)
+++ core/trunk/cache-jbosscache2/pom.xml	2008-05-21 20:35:44 UTC (rev 14684)
@@ -71,25 +71,13 @@
             <version>1.2.14</version>
             <scope>test</scope>
         </dependency>
-        <!-- these are optional on core :( and needed for testing -->
+        <!-- this is optional on core :( and needed for testing -->
         <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>
 
     <build>




More information about the hibernate-commits mailing list