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 2016/06/02 15:01:44 UTC

[5/6] camel git commit: get rid of redundant dependency

get rid of redundant dependency


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/87e7e31b
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/87e7e31b
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/87e7e31b

Branch: refs/heads/camel-2.17.x
Commit: 87e7e31b22b4c8f870841642ad8a63f1f96c0b25
Parents: d3dcf62
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Thu Jun 2 00:26:37 2016 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
Committed: Thu Jun 2 12:31:20 2016 -0230

----------------------------------------------------------------------
 components/camel-leveldb/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/87e7e31b/components/camel-leveldb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml
index 316c8d2..e86d6ec 100644
--- a/components/camel-leveldb/pom.xml
+++ b/components/camel-leveldb/pom.xml
@@ -46,11 +46,6 @@
             <version>${leveldbjni-version}</version>
         </dependency>
         <dependency>
-            <groupId>org.fusesource.leveldbjni</groupId>
-            <artifactId>leveldbjni</artifactId>
-            <version>${leveldbjni-version}</version>
-        </dependency>
-        <dependency>
             <groupId>org.fusesource.hawtbuf</groupId>
             <artifactId>hawtbuf</artifactId>
             <version>${hawtbuf-version}</version>