2010-07-17 81 views
0

哪個maven倉庫擁有最新的hibernate core 3.5?Hibernate網站顯示3.5版,maven只顯示3.1rc2

我有repository.jboss.com/maven2,它只顯示版本3.1rc2。

最新的是假設在覈心.jar中有hibernate註釋我相信,我的沒有。

+0

可能重複的[無法編譯和創建休眠的Maven項目](http://stackoverflow.com/questions/3068804/unable-to-compile-and-create-maven-project-for-hibernate),[如何用maven編譯hibernate項目?](http://stackoverflow.com/questions/2999077/how-to-compile-hibernate-project-with-maven)。 – 2010-07-17 12:58:54

回答

1
+0

我有repository.jboss.com/maven2但我沒有看到它,非常困惑,因爲我也更新了它。 – Blankman 2010-07-17 11:51:16

+0

準確使用哪些依賴關係?你可能使用'hibernate'而不是'org.hibernate'(對於groupId)? – Bruno 2010-07-17 14:15:58

+0

這個被接受的答案甚至沒有錯誤和誤導。只要看看這個問題重複的鏈接。 – 2010-07-17 23:52:14

1

他們changed their repositories圍繞在幾個月前

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

getting started guide here