我正在尝试构建一个在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
答案 0 :(得分:1)
修正了这个问题;我必须明确地将BOM依赖项逐个添加到项目POM中。看起来Maven 2并不喜欢传递性的BOM依赖关系。