Skip to content

Commit

Permalink
排除log4j 防止log4j漏洞
Browse files Browse the repository at this point in the history
  • Loading branch information
zhp8341 committed Dec 11, 2021
1 parent eaf5782 commit 7b8fce5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flink-streaming-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<artifactId>log4j-api</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 7b8fce5

Please sign in to comment.