mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-05 17:29:20 +00:00
HHH-11253 Revert dependency change on Javassist: still needed
This commit is contained in:
parent
186f980d3d
commit
0e597a03b5
@ -37,8 +37,8 @@ dependencies {
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
compile( libraries.jpa )
|
||||
// Not wanting a transitive dependency on javassist anymore as it's not the default anymore:
|
||||
provided( libraries.javassist )
|
||||
// Javassist is no longer the default enhancer but still required for other purposes, e.g. Scanning
|
||||
compile( libraries.javassist )
|
||||
// Could be made optional?
|
||||
compile( libraries.byteBuddy )
|
||||
compile( libraries.antlr )
|
||||
|
@ -16,7 +16,6 @@ dependencies {
|
||||
compile( libraries.byteman )
|
||||
compile( libraries.byteman_install )
|
||||
compile( libraries.byteman_bmunit )
|
||||
compile( libraries.javassist )
|
||||
compile( libraries.xapool )
|
||||
compile( libraries.log4j )
|
||||
compile ( libraries.jboss_jta ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user