[
http://jira.codehaus.org/browse/MEV-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_99379
]
Carlos Sanchez commented on MEV-527:
------------------------------------
Is not possible to change poms in the repo, but they are converting to maven so
you can point this to them for future releases
> 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
>
> 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