We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745c0ae commit 597e5c8Copy full SHA for 597e5c8
hbase-http/pom.xml
@@ -260,6 +260,11 @@
260
<artifactId>log4j-slf4j-impl</artifactId>
261
<scope>test</scope>
262
</dependency>
263
+ <dependency>
264
+ <groupId>org.apache.logging.log4j</groupId>
265
+ <artifactId>log4j-1.2-api</artifactId>
266
+ <scope>test</scope>
267
+ </dependency>
268
</dependencies>
269
<profiles>
270
<profile>
hbase-metrics/pom.xml
@@ -155,6 +155,11 @@
155
156
157
158
159
160
161
162
163
164
165
0 commit comments