[
http://jira.jboss.com/jira/browse/JBSEAM-1998?page=all ]
Pete Muir resolved JBSEAM-1998.
-------------------------------
Fix Version/s: 2.0.0.CR2
(was: 2.0.0.GA)
Resolution: Done
Oops, I hadn't realised you can do exclusions inside <dependencyManagement>.
javassist 3.3 and 3.4 are both imported by maven when I declare
hibernate dependency
------------------------------------------------------------------------------------
Key: JBSEAM-1998
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1998
Project: JBoss Seam
Issue Type: Bug
Reporter: Michael Yuan
Assigned To: Pete Muir
Priority: Minor
Fix For: 2.0.0.CR2
I have the following dependencies defined:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
</dependency>
And the generate WAR has both:
javassist-3.3.ga.jar
javassist-3.4.GA.jar
Perhaps one of them should be removed. Thanks.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira