I am trying to build the the Fuse Message Broker 5.5.0 and get the following error:
Failed to execute goal on project activemq-camel: Could not resolve dependencies for project org.apache.activemq:activemq-camel:bundle:5.5.0-fuse-00-43: The following artifacts could not be resolved: org.apache.camel:camel-jms:jar:2.7.1fuse-00-43, org.apache.camel:camel-core:jar:tests:2.7.1-fuse-00-43, org.apache.camel:camel-spring:jar:tests:2.7.1-fuse-00-43, org.apache.camel:camel-jdbc:jar:2.7.1-fuse-00-43: Could not find artifact org.apache.camel:camel-jms:jar:2.7.1-fuse-00-43 in central (http://repo1.maven.org/maven2) ->
Do you know what I need to do to fix this problem?
Hi,
They are in fuse maven repo[1], you may need add it into your maven settings.xml to make them available.
http://repo.fusesource.com/nexus/content/repositories/releases/
Freeman