Skip to content

Commit 795a5ef

Browse files
zhongjun2aajisaka
authored andcommitted
HADOOP-17593. hadoop-huaweicloud and hadoop-cloud-storage to remove log4j as transitive dependency
Signed-off-by: Akira Ajisaka <[email protected]>
1 parent 5ef335d commit 795a5ef

File tree

1 file changed

+9
-1
lines changed
  • hadoop-cloud-storage-project/hadoop-huaweicloud

1 file changed

+9
-1
lines changed

hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,14 @@
161161
<artifactId>okio</artifactId>
162162
<groupId>com.squareup.okio</groupId>
163163
</exclusion>
164+
<exclusion>
165+
<artifactId>log4j-core</artifactId>
166+
<groupId>org.apache.logging.log4j</groupId>
167+
</exclusion>
168+
<exclusion>
169+
<artifactId>log4j-api</artifactId>
170+
<groupId>org.apache.logging.log4j</groupId>
171+
</exclusion>
164172
</exclusions>
165173
</dependency>
166174
<dependency>
@@ -176,4 +184,4 @@
176184
<scope>test</scope>
177185
</dependency>
178186
</dependencies>
179-
</project>
187+
</project>

0 commit comments

Comments
 (0)