Skip to content

Commit 7b8fce5

Browse files
committed
排除log4j 防止log4j漏洞
1 parent eaf5782 commit 7b8fce5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flink-streaming-web/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<dependency>
3131
<groupId>org.springframework.boot</groupId>
3232
<artifactId>spring-boot-starter</artifactId>
33+
<exclusions>
34+
<exclusion>
35+
<artifactId>log4j-api</artifactId>
36+
<groupId>org.apache.logging.log4j</groupId>
37+
</exclusion>
38+
</exclusions>
3339
</dependency>
3440

3541
<dependency>

0 commit comments

Comments
 (0)