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:41 UTC

[2/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/b902fb51
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b902fb51
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b902fb51

Branch: refs/heads/master
Commit: b902fb51b7682009cae4815e20222eb2d6c96843
Parents: 22e0a3e
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:17:30 2016 -0230

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


http://git-wip-us.apache.org/repos/asf/camel/blob/b902fb51/components/camel-leveldb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml
index 5947f45..ede0589 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>