在Maven2中构建Springboot的问题

时间:2016-04-22 19:59:54

标签: spring-boot maven-2 spring-data-jpa

我正在尝试构建一个在Maven 2中使用Spring数据jpa的Springboot应用程序,我收到以下错误。我有它在本地存储库中抱怨的依赖项。有什么想法吗?

   Unable to read the metadata file for artifact 'org.hibernate:hibernate-validator:jar': 
POM 'org.jboss.shrinkwrap:shrinkwrap-bom' not found in repository: Unable to download the artifact from any repository

1 个答案:

答案 0 :(得分:1)

修正了这个问题;我必须明确地将BOM依赖项逐个添加到项目POM中。看起来Maven 2并不喜欢传递性的BOM依赖关系。