Update:  I was able to resolve the last error (after reading
https://github.com/xerial/snappy-java/issues/45) by changing the version in
the feature file:

from:        <bundle>mvn:org.xerial.snappy/snappy-java/1.0.5</bundle>
to:        <bundle>mvn:org.xerial.snappy/snappy-java/1.1.2</bundle>

Overriding this dependency in my pom also yields the updated line in the
feature file after a 'mvn clean install'.

        <dependency>
            <groupId>org.xerial.snappy</groupId>
            <artifactId>snappy-java</artifactId>
            <version>1.1.2</version>
        </dependency>



--
View this message in context: 
http://karaf.922171.n3.nabble.com/karaf-maven-plugin-and-dependency-resolution-tp4043568p4043583.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to