HBASE-19723 Removed duplicated dependency slf4j-api from hbase-thrift
This commit is contained in:
parent
c88e570dc1
commit
b8d6c99b6a
|
@ -253,10 +253,6 @@
|
|||
<groupId>org.apache.thrift</groupId>
|
||||
<artifactId>libthrift</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-server</artifactId>
|
||||
|
|
Loading…
Reference in New Issue