我正在使用带有 maven 插件 (m2e) 的 eclipse 4.3。
我将此依赖项添加到我的项目的 pom.xml 中:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.2.5.Final</version>
</dependency>
我从这里得到依赖:http: //mvnrepository.com/artifact/org.hibernate/hibernate-core/4.2.5.Final
但是 m2e-plugin 说:
Missing artifact org.hibernate:hibernate-core:jar:4.2.5.Final
如果我将版本更改为4.2.3
一切正常。
我已尝试(多次)更新和重建中央 maven 存储库的索引。
有任何想法吗?蒂亚!
编辑:我的 Maven 存储库(在 Eclipse 中):