You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by wangyan <wa...@supermap.com> on 2013/05/14 09:08:16 UTC

can't install camel-spring-redis in servicemix4.5.1

Hi~

I tried to install camel-spring-redis in servicemix4.5.1,

I try to use:

<dependency>
<groupId>org.apache.camel<\/groupId>
<artifactId>camel-spring-redis<\/artifactId>
<version>2.11.0<\/version>
</dependency>

But,I get is:
Resource Path Location Type Missing artifact org.apache.camel:camel-spring-redis:jar:2.11.0

use commons(osgi:install camel-spring-redis ) get message:
java.net.MalformedURLException: no protocol: camel-spring-redis 

What is the reason?
Thanks!