HBASE-22866 Multiple slf4j-log4j provider versions included in binary package (branch-1)
Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
parent
3b07221708
commit
eba383d2b4
|
@ -64,7 +64,6 @@
|
|||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
|
|
@ -215,7 +215,6 @@
|
|||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
7
pom.xml
7
pom.xml
|
@ -1296,7 +1296,7 @@
|
|||
<thrift.path>thrift</thrift.path>
|
||||
<thrift.version>0.12.0</thrift.version>
|
||||
<zookeeper.version>3.4.10</zookeeper.version>
|
||||
<slf4j.version>1.7.7</slf4j.version>
|
||||
<slf4j.version>1.7.25</slf4j.version>
|
||||
<clover.version>4.0.3</clover.version>
|
||||
<jamon-runtime.version>2.4.1</jamon-runtime.version>
|
||||
<jettison.version>1.3.3</jettison.version>
|
||||
|
@ -1597,6 +1597,11 @@
|
|||
<artifactId>slf4j-api</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.yammer.metrics</groupId>
|
||||
<artifactId>metrics-core</artifactId>
|
||||
|
|
Loading…
Reference in New Issue