[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1998) javassist 3.3 and 3.4 are both imported by maven when I declare hibernate dependency

Michael Yuan (JIRA) jira-events at lists.jboss.org
Fri Sep 28 14:50:40 EDT 2007


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.GA


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

        



More information about the seam-issues mailing list