`Could not find artifact org.jboss.fuse:jboss-fuse-parent:pom:7.0.1.fuse-000011-redhat-2` error occurs

Solution Verified - Updated -

Issue

  • Can not find version 7.0.1.fuse-000011-redhat-2 in maven.repository.redhat.com
  • For this reason, when trying to build the camel-cxf-code-firstexample, I am faced with the following error:
appuser@0b3920b67681 ~/a/q/c/camel-cxf-code-first> mvn -Pqtest test
[INFO] Scanning for projects...
Downloading: https://maven.repository.redhat.com/ga/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom
Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom (9.9 kB at 15 kB/s)
Downloading: https://maven.repository.redhat.com/ga/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar
Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar (232 kB at 381 kB/s)
Downloading: https://maven.repository.redhat.com/ga/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
Downloading: https://maven.repository.redhat.com/earlyaccess/all/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
Downloading: https://repo.fusesource.com/nexus/content/groups/public/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
Downloading: https://repo.fusesource.com/nexus/content/groups/public-snapshots/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
Downloading: https://repository.apache.org/content/groups/public/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
Downloading: https://repo.maven.apache.org/maven2/org/jboss/fuse/jboss-fuse-parent/7.0.1.fuse-000011-redhat-2/jboss-fuse-parent-7.0.1.fuse-000011-redhat-2.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not find artifact org.jboss.fuse:jboss-fuse-parent:pom:7.0.1.fuse-000011-redhat-2 in redhat-ga-repository (https://maven.repository.redhat.com/ga) @ org.jboss.fuse.quickstarts:quickstarts-parent:7.0.1.fuse-000011-redhat-3, /home/appuser/app/quickstarts/pom.xml, line 60, column 25
[ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-blueprint:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 36, column 21
[ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-cxf:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 42, column 21
[ERROR] 'dependencies.dependency.version' for log4j:log4j:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 48, column 21
[ERROR] 'dependencies.dependency.version' for org.slf4j:slf4j-api:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 54, column 21
[ERROR] 'dependencies.dependency.version' for org.slf4j:slf4j-log4j12:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 58, column 21
[ERROR] 'dependencies.dependency.version' for org.apache.cxf:cxf-rt-frontend-jaxws:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 63, column 21
[ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 69, column 21
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:7.0.1.fuse-000011-redhat-3 (/home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml) has 8 errors
[ERROR] Non-resolvable import POM: Could not find artifact org.jboss.fuse:jboss-fuse-parent:pom:7.0.1.fuse-000011-redhat-2 in redhat-ga-repository (https://maven.repository.redhat.com/ga) @ org.jboss.fuse.quickstarts:quickstarts-parent:7.0.1.fuse-000011-redhat-3, /home/appuser/app/quickstarts/pom.xml, line 60, column 25 -> [Help 2]
[ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-blueprint:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 36, column 21
[ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-cxf:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 42, column 21
[ERROR] 'dependencies.dependency.version' for log4j:log4j:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 48, column 21
[ERROR] 'dependencies.dependency.version' for org.slf4j:slf4j-api:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 54, column 21
[ERROR] 'dependencies.dependency.version' for org.slf4j:slf4j-log4j12:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 58, column 21
[ERROR] 'dependencies.dependency.version' for org.apache.cxf:cxf-rt-frontend-jaxws:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 63, column 21
[ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @ org.jboss.fuse.quickstarts:cxf-camel-cxf-code-first:[unknown-version], /home/appuser/app/quickstarts/cxf/camel-cxf-code-first/pom.xml, line 69, column 21
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content