My application was happily working using a bundle I built myself to contain
the Snowball package.

        org.tartarus.snowball;version=1.0.2,
org.tartarus.snowball.ext;uses:=org.tartarus.snowball;version=1.0.2

Then I added in the ServiceMix lucene-analyzers-common bundle, version
5.2.1.1.

This _also_ exports the snowball packages.

org.tartarus.snowball;uses:=org.apache.lucene.util;version=5.2.1.1,
org.tartarus.snowball.ext;uses:=org.tartarus.snowball;version=5.2.1.1

Now I get NoClassDefFound errors in the code that goes to use snowball.

Is there anything i can configure in Karaf to get around this? At the
moment, my imports don't have a version on them; I'm hoping for a repair
before I can spin a new version of the importing item.

Reply via email to