[HHH-2506 ] make javassist the default bytecode provider
[HHH-2875] cglib+asm repackage git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14684 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
6101b4e26e
commit
acb13ab513
|
@ -71,25 +71,13 @@
|
|||
<version>1.2.14</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- these are optional on core :( and needed for testing -->
|
||||
<!-- this is optional on core :( and needed for testing -->
|
||||
<dependency>
|
||||
<groupId>javassist</groupId>
|
||||
<artifactId>javassist</artifactId>
|
||||
<version>3.4.GA</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cglib</groupId>
|
||||
<artifactId>cglib</artifactId>
|
||||
<version>2.1_3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>asm</groupId>
|
||||
<artifactId>asm-attrs</artifactId>
|
||||
<version>1.5.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue