Which maven repository has the latest hibernate core 3.5?
I have repository.jboss.com/maven2 an开发者_StackOverflow中文版d it only shows version 3.1rc2.
The latest is suppose to have hibernate annotations in the core .jar I believe, mine doesn't.
Have you looked there? http://repository.jboss.com/maven2/org/hibernate/hibernate/3.5.1-Final/hibernate-3.5.1-Final.pom
They changed their repositories around a few months ago
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
See the getting started guide here.
精彩评论