You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/02/03 13:29:13 UTC

svn commit: r1240130 - /openejb/trunk/openejb/utils/openejb-core-hibernate/pom.xml

Author: rmannibucau
Date: Fri Feb  3 12:29:11 2012
New Revision: 1240130

URL: http://svn.apache.org/viewvc?rev=1240130&view=rev
Log:
seems hibernate uses only javassist now so simply remove asm and cglib from the hibernate pom

Modified:
    openejb/trunk/openejb/utils/openejb-core-hibernate/pom.xml

Modified: openejb/trunk/openejb/utils/openejb-core-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/utils/openejb-core-hibernate/pom.xml?rev=1240130&r1=1240129&r2=1240130&view=diff
==============================================================================
--- openejb/trunk/openejb/utils/openejb-core-hibernate/pom.xml (original)
+++ openejb/trunk/openejb/utils/openejb-core-hibernate/pom.xml Fri Feb  3 12:29:11 2012
@@ -61,27 +61,9 @@
           <groupId>org.jboss.spec.javax.transaction</groupId>
           <artifactId>jboss-transaction-api_1.1_spec</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>cglib</groupId>
-          <artifactId>cglib</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>asm</groupId>
-          <artifactId>asm</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>cglib</groupId>
-      <artifactId>cglib-nodep</artifactId>
-      <version>${cglib.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>asm</groupId>
-      <artifactId>asm</artifactId>
-      <version>${asm.version}</version>
-    </dependency>
-    <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-validator</artifactId>
       <version>${hibernate-validator.version}</version>