Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

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

hibernate-commits

2008-05-21


Author LoginPost Reply
Author: bstansberry@(protected)
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)
@@(protected) @@
        <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>

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