HHH-3430 - use hibernate-cglib-repack in distribution

git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3@15081 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2008-08-14 19:24:42 +00:00
parent 4a29237bf3
commit 2175329c13
1 changed files with 3 additions and 9 deletions

View File

@ -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>