Claus Ibsen created CAMEL-10363:
-----------------------------------
Summary: camel-spring-redist - Cannot install in Karaf
Key: CAMEL-10363
URL: https://issues.apache.org/jira/browse/CAMEL-10363
Project: Camel
Issue Type: Bug
Components: camel-spring-redis, karaf, osgi
Affects Versions: 2.18.0
Reporter: Claus Ibsen
Priority: Minor
Sadly it seems redis is locked down to version 1.7.12 of slf4j, and not just
1.7.x etc.
{code}
karaf@root()> feature:install camel-spring-redis
Error executing command: Unable to resolve root: missing requirement [root]
osgi.identity; osgi.identity=camel-spring-redis; type=karaf.feature;
version="[2.18.0.SNAPSHOT,2.18.0.SNAPSHOT]";
filter:="(&(osgi.identity=camel-spring-redis)(type=karaf.feature)(version>=2.18.0.SNAPSHOT)(version<=2.18.0.SNAPSHOT))"
[caused by: Unable to resolve camel-spring-redis/2.18.0.SNAPSHOT: missing
requirement [camel-spring-redis/2.18.0.SNAPSHOT] osgi.identity;
osgi.identity=slf4j.api; type=osgi.bundle; version="[1.7.12,1.7.12]";
resolution:=mandatory [caused by: Unable to resolve slf4j.api/1.7.12: missing
requirement [slf4j.api/1.7.12] osgi.wiring.package;
filter:="(&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0))"]]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)