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!
