Skip to content

Commit 597e5c8

Browse files
committed
ad log4j-1.2-api for hbase-metrics and hbase-http
1 parent 745c0ae commit 597e5c8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

hbase-http/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@
260260
<artifactId>log4j-slf4j-impl</artifactId>
261261
<scope>test</scope>
262262
</dependency>
263+
<dependency>
264+
<groupId>org.apache.logging.log4j</groupId>
265+
<artifactId>log4j-1.2-api</artifactId>
266+
<scope>test</scope>
267+
</dependency>
263268
</dependencies>
264269
<profiles>
265270
<profile>

hbase-metrics/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@
155155
<artifactId>log4j-slf4j-impl</artifactId>
156156
<scope>test</scope>
157157
</dependency>
158+
<dependency>
159+
<groupId>org.apache.logging.log4j</groupId>
160+
<artifactId>log4j-1.2-api</artifactId>
161+
<scope>test</scope>
162+
</dependency>
158163
</dependencies>
159164

160165
<profiles>

0 commit comments

Comments
 (0)