[hibernate-commits] Hibernate SVN: r15081 - core/branches/Branch_3_3/distribution.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Aug 14 15:24:42 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-08-14 15:24:42 -0400 (Thu, 14 Aug 2008)
New Revision: 15081

Modified:
   core/branches/Branch_3_3/distribution/pom.xml
Log:
HHH-3430 - use hibernate-cglib-repack in distribution

Modified: core/branches/Branch_3_3/distribution/pom.xml
===================================================================
--- core/branches/Branch_3_3/distribution/pom.xml	2008-08-14 19:03:46 UTC (rev 15080)
+++ core/branches/Branch_3_3/distribution/pom.xml	2008-08-14 19:24:42 UTC (rev 15081)
@@ -121,17 +121,11 @@
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>cglib</groupId>
-            <artifactId>cglib</artifactId>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-cglib-repack</artifactId>
             <version>2.1_3</version>
             <optional>true</optional>
         </dependency>
-        <dependency>
-            <groupId>asm</groupId>
-            <artifactId>asm-attrs</artifactId>
-            <version>1.5.3</version>
-            <optional>true</optional>
-        </dependency>
     </dependencies>
 
     <profiles>
@@ -168,4 +162,4 @@
         </profile>
     </profiles>
 
-</project>
\ No newline at end of file
+</project>




More information about the hibernate-commits mailing list