标签: hibernate
<hibernate-core.version>3.6.5.Final <hibernate-annotations.version>3.5.6-Final
为什么上述hibernate jar的最终版本存在版本差异?
答案 0 :(得分:12)
自Hibernate 3.6.0起,hibernate-annotations已合并到hibernate-core,因此您无需再单独添加hibernate-annotations。
hibernate-annotations
hibernate-core