Author: steve.ebersole(a)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>
Show replies by date