Skip to content

Commit 783a724

Browse files
authored
add exclusion for log4j-api (Azure#44400)
1 parent 075e786 commit 783a724

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/code-quality-reports/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
<groupId>org.apache.logging.log4j</groupId>
8383
<artifactId>log4j-core</artifactId>
8484
</exclusion>
85+
<exclusion>
86+
<groupId>org.apache.logging.log4j</groupId>
87+
<artifactId>log4j-api</artifactId>
88+
</exclusion>
8589
</exclusions>
8690
</dependency>
8791

0 commit comments

Comments
 (0)