FuseByExample / camel-dynamic-routing

An example of Camel's dynamic routing capabilities in routing to newly deployed OSGi bundles
Apache License 2.0
11 stars 26 forks source link

can't download camel-core-2.10.0.redhat-60024.jar #5

Open nmajorov opened 10 years ago

nmajorov commented 10 years ago

Hi, trying to install camel-dynamic-routing and get the error:

             ERROR] Failed to execute goal on project base: Could not resolve       dependencies for   project org.fusesource.example.dynamic:base:bundle:0.0.1-SNAPSHOT: The following artifacts could not  be resolved: org.apache.camel:camel-core:jar:2.10.0.redhat-60024, org.apache.camel:camel- blueprint:jar:2.10.0.redhat-60024, org.apache.camel:camel-jetty:jar:2.10.0.redhat-60024,  org.apache.camel:camel-test-blueprint:jar:2.10.0.redhat-60024: Could not find artifact  org.apache.camel:camel-core:jar:2.10.0.redhat-60024 in fusesource.releases (http://repo.fusesource.com/nexus/content/repositories/public/) -> [Help 1]

Trying also to use wget to check the availability of archive:

      wget https://repository.jboss.org/nexus/content/groups/ea/org/apache/camel/camel- core/2.10.0.redhat-60024/camel-core-2.10.0.redhat-60024.jar
   --2014-06-03 16:28:39--    https://repository.jboss.org/nexus/content/groups/ea/org/apache/camel/camel-core/2.10.0.redhat-60024/camel-core-2.10.0.redhat-60024.jar
        Resolving repository.jboss.org (repository.jboss.org)... 209.132.182.33
        Connecting to repository.jboss.org (repository.jboss.org)|209.132.182.33|:443... connected.
         ERROR: The certificate of ‘repository.jboss.org’ is not trusted.
         ERROR: The certificate of ‘repository.jboss.org’ hasn't got a known issuer.
anextro commented 8 years ago

Try the following

  1. Update the project using maven from eclipse.
  2. Check your setting.xml in .m2 folder in your home folder to make sure that you can reach a remote repo.