This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit b551a3829b89485298d5d437b446ee7e321a4c19 Author: James Netherton <[email protected]> AuthorDate: Thu Oct 15 07:20:52 2020 +0100 Ensure all camel-leveldb exclusions are under the same dependency declaration --- extensions/leveldb/runtime/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/extensions/leveldb/runtime/pom.xml b/extensions/leveldb/runtime/pom.xml index 16efe7c..d636ef2 100644 --- a/extensions/leveldb/runtime/pom.xml +++ b/extensions/leveldb/runtime/pom.xml @@ -62,12 +62,6 @@ <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>com.fasterxml.jackson.core</groupId> <artifactId>*</artifactId>
