Skip to content

Commit

Permalink
ban log4j and javax.servlet dependencies (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbruton authored Oct 11, 2023
1 parent 7074308 commit 048495b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,15 @@
</goals>
<configuration>
<rules>
<bannedDependencies>
<excludes>
<exclude>ch.qos.logback:*:(,1.2.9)</exclude>
<exclude>log4j</exclude>
<exclude>org.apache.logging.log4j:*:(,2.17.1)</exclude>
<exclude>javax.servlet</exclude>
</excludes>
<searchTransitive>true</searchTransitive>
</bannedDependencies>
<requireMavenVersion>
<version>[${maven.min-version},)</version>
</requireMavenVersion>
Expand Down

0 comments on commit 048495b

Please sign in to comment.