Skip to content

Commit cc1f643

Browse files
committed
add log4j-1.2-api
1 parent 745c0ae commit cc1f643

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

hbase-hadoop2-compat/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ limitations under the License.
194194
<artifactId>log4j-slf4j-impl</artifactId>
195195
<scope>test</scope>
196196
</dependency>
197+
<dependency>
198+
<groupId>org.apache.logging.log4j</groupId>
199+
<artifactId>log4j-1.2-api</artifactId>
200+
<scope>test</scope>
201+
</dependency>
197202
</dependencies>
198203

199204
<profiles>

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>

0 commit comments

Comments
 (0)