JiriOndrusek commented on a change in pull request #1902:
URL: https://github.com/apache/camel-quarkus/pull/1902#discussion_r503857000
##########
File path: extensions/leveldb/runtime/pom.xml
##########
@@ -56,6 +57,35 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-leveldb</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>leveldbjni-all</artifactId>
+ <groupId>org.fusesource.leveldbjni</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-leveldb</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.fusesource.leveldbjni</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
Review comment:
I've verify the sizes of both artifacts, and there is almost none
difference. I expected, that there is some difference, but because jni library
is not used in native, quarkus doesn't use it - which makes sense, I've
returned leveldbjni into dependencyies for jvm to use,
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]