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 <jans...@gmail.com> Authored: Thu Jun 2 00:26:37 2016 -0230 Committer: Jonathan Anstey <jans...@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>