EntityManager depends on both cglib and javassist
-------------------------------------------------
Key: HHH-5392
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5392
Project: Hibernate Core
Issue Type: Bug
Components: entity-manager
Affects Versions: 3.5.3
Reporter: Chris Wilson
Priority: Minor
From the hibernate-entitymanager POM:
{code}
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
{code}
Unlike Hibernate Core, neither of these dependencies is optional. Given that core seems
inclined to drop cglib, perhaps we could do the same in EntityManager, or at least make it
optional?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira