1.7.12 according to https://github.com/apache/karaf/blob/master/pom.xml
On Fri, Jul 24, 2015 at 6:52 AM, Benson Margulies <[email protected]> wrote: > feature:list does not list pax-logging. > > On Fri, Jul 24, 2015 at 6:49 AM, Benson Margulies <[email protected]> > wrote: > > When I try to install a feature that lists > > > > <bundle start-level="80">mvn:org.slf4j/slf4j-api/1.7.5</bundle> > > > > it complains that it cannot find an implementation: > > > > [caused by: Unable to resolve slf4j.api/1.7.5: missing requirement > > [slf4j.api/1.7.5] osgi.wiring.package; > > filter:="(&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0))"]] > > > > Here's the whole message: > > > > > > karaf@root()> feature:install rosapi-endpoint-feature > > Error executing command: Unable to resolve root: missing requirement > > [root] osgi.identity; osgi.identity=rosapi-endpoint-feature; > > type=karaf.feature; version="[0.0.1.SNAPSHOT,0.0.1.SNAPSHOT]"; > > > filter:="(&(osgi.identity=rosapi-endpoint-feature)(type=karaf.feature)(version>=0.0.1.SNAPSHOT)(version<=0.0.1.SNAPSHOT))" > > [caused by: Unable to resolve rosapi-endpoint-feature/0.0.1.SNAPSHOT: > > missing requirement [rosapi-endpoint-feature/0.0.1.SNAPSHOT] > > osgi.identity; osgi.identity=slf4j.api; type=osgi.bundle; > > version="[1.7.5,1.7.5]"; resolution:=mandatory [caused by: Unable to > > resolve slf4j.api/1.7.5: missing requirement [slf4j.api/1.7.5] > > osgi.wiring.package; > > filter:="(&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0))"]] >
