Greetings, I am trying to use Oak 1.8.0 in an OSGi container and wonder is anyone could successfully get it to work.
I get an error when try to resolve oak-core. Unable to resolve org.apache.jackrabbit.oak-core/1.8.0: missing requirement [org.apache.jackrabbit.oak-core/1.8.0] osgi.service; filter:="(objectClass=com.codahale.metrics.MetricRegistry)"; effective:=active I do load metrics-core v3.2.3 bundle as well. However there is no com.codahale.metrics.MetricRegistry OSGi service available. This is coming from a long Require-Capability: instruction generated by the Maven bundle plugin. When I compare 1.8 to 1.6 files I see that the latter don’t have these auto-generated Require-Cability: instructions. Would appreciate any help! Best regards, Oleg
