1
jboss.fuse.bomを依存関係として使用しようとしているときに、次のmavenビルドの問題が発生しました。jboss.fuse.bomを使用しているときに解決できない依存関係の問題
Non-resolvable import POM: Could not find artifact org.jboss.fuse.bom:jboss-fuse-parent:pom:6.1.0.redhat-399 in central (https://repo.maven.apache.org/maven2)
The dependacy
依存関係のpom.xml
<dependency>
<groupId>org.jboss.fuse.bom</groupId>
<artifactId>jboss-fuse-parent</artifactId>
<version>6.1.0.redhat-399</version>
<type>pom</type>
<scope>import</scope>
</dependency>