[ 
http://jira.codehaus.org/browse/MEV-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carlos Sanchez closed MEV-527.
------------------------------

      Assignee: Carlos Sanchez
    Resolution: Won't Fix

> org.hibernate:hibernate-entitymanager has invalid dependencies
> --------------------------------------------------------------
>
>                 Key: MEV-527
>                 URL: http://jira.codehaus.org/browse/MEV-527
>             Project: Maven Evangelism
>          Issue Type: Bug
>            Reporter: Dan Allen
>            Assignee: Carlos Sanchez
>
> The dependency org.hibernate:hibernate-commons-annotations is specified as 
> version 3.0.0.ga, but the version of the dependency should be 3.3.0.ga.
> Here is the correct dependency stanza.
> <dependency>
>             <groupId>org.hibernate</groupId>
>             <artifactId>hibernate-commons-annotations</artifactId>
>             <version>3.0.0.ga</version>
> </dependency>
> Additionally, this artifact depends on jboss:jboss-common-core, which is not 
> in the maven central repository.  This dependency is not needed for using the 
> hibernate-entitymanager anyway and should be removed from the pom.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to