]
Scott Marlow updated WFLY-5773:
-------------------------------
Fix Version/s: 11.0.0.Alpha1
Remove ASM (and few other unneeded dependencies) from JPA module as
its no longer needed
----------------------------------------------------------------------------------------
Key: WFLY-5773
URL:
https://issues.jboss.org/browse/WFLY-5773
Project: WildFly
Issue Type: Task
Components: JPA / Hibernate
Affects Versions: 10.0.0.CR4
Reporter: Scott Marlow
Assignee: Scott Marlow
Fix For: 11.0.0.Alpha1
cglib was removed (see [
http://in.relation.to/2010/08/19/deprecated-cglib-support]) from
Hibernate, so we no longer the <module name="asm.asm"/> dependency in:
{quote}
modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/module.xml
modules/system/layers/base/org/hibernate/4.1/module.xml
modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/module.xml
modules/system/layers/base/org/hibernate/4.3/module.xml
modules/system/layers/base/org/hibernate/main/module.xml
{quote}