HBASE-19723 Removed duplicated dependency slf4j-api from hbase-thrift
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8a5b1538 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8a5b1538 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8a5b1538 Branch: refs/heads/HBASE-19397 Commit: 8a5b1538c820cc04782087fb233f668aa4c1c13a Parents: 8301796 Author: Jan Hentschel <[email protected]> Authored: Sat Jan 6 21:41:43 2018 +0100 Committer: Jan Hentschel <[email protected]> Committed: Sun Jan 7 13:22:03 2018 +0100 ---------------------------------------------------------------------- hbase-thrift/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/8a5b1538/hbase-thrift/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index a74d6b3..891676a 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -264,10 +264,6 @@ <artifactId>libthrift</artifactId> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </dependency> - <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> </dependency>
