Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

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

hibernate-commits

2008-08-14


Author LoginPost Reply
Author: steve.ebersole@(protected)
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)
@@(protected) @@
        <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>
@@(protected) @@
     </profile>
  </profiles>

-</project>
\ No newline at end of file
+</project>

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