You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2018/01/29 12:35:31 UTC

[04/50] [abbrv] hbase git commit: HBASE-19723 Removed duplicated dependency slf4j-api from hbase-thrift

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/b8d6c99b
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b8d6c99b
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b8d6c99b

Branch: refs/heads/HBASE-19397-branch-2
Commit: b8d6c99b6a10dd734e578a02458d9c0959c32796
Parents: c88e570
Author: Jan Hentschel <ja...@ultratendency.com>
Authored: Sat Jan 6 21:41:43 2018 +0100
Committer: Jan Hentschel <ja...@ultratendency.com>
Committed: Fri Jan 26 10:55:35 2018 +0100

----------------------------------------------------------------------
 hbase-thrift/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/b8d6c99b/hbase-thrift/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index 9cd6c6f..0da45f9 100644
--- a/hbase-thrift/pom.xml
+++ b/hbase-thrift/pom.xml
@@ -254,10 +254,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>