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 cc1f643Copy full SHA for cc1f643
hbase-hadoop2-compat/pom.xml
@@ -194,6 +194,11 @@ limitations under the License.
194
<artifactId>log4j-slf4j-impl</artifactId>
195
<scope>test</scope>
196
</dependency>
197
+ <dependency>
198
+ <groupId>org.apache.logging.log4j</groupId>
199
+ <artifactId>log4j-1.2-api</artifactId>
200
+ <scope>test</scope>
201
+ </dependency>
202
</dependencies>
203
204
<profiles>
hbase-http/pom.xml
@@ -260,6 +260,11 @@
260
261
262
263
264
265
266
267
268
269
270
<profile>
0 commit comments