essobedo commented on code in PR #440: URL: https://github.com/apache/camel-karaf/pull/440#discussion_r1684236013
########## components/camel-leveldb/pom.xml: ########## @@ -37,7 +37,9 @@ org.apache.camel*;version=${camel-version} </camel.osgi.export> <camel.osgi.import> - * + *, + org.iq80.leveldb.impl;resolution:=optional, + org.fusesource.leveldbjni;resolution:=optional Review Comment: Are you sure that it does what you expect? Have you checked the generated manifest because IIRC, the star should always be the last -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org