HBASE-19853 Remove duplicate slf4j-api dep

This commit is contained in:
Mike Drob 2018-01-23 17:05:59 -06:00
parent b20b45e4e8
commit 548426edc0
1 changed files with 0 additions and 5 deletions

View File

@ -171,7 +171,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.htrace</groupId>
@ -257,10 +256,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>