You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/10/15 06:32:18 UTC

[camel-quarkus] 01/02: Ensure all camel-leveldb exclusions are under the same dependency declaration

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 <ja...@gmail.com>
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>