Skip to content

Commit

Permalink
Add upper bound to JCL exclusion rule
Browse files Browse the repository at this point in the history
JCL now directly supports slf4j and log4j
  • Loading branch information
bdemers committed May 29, 2024
1 parent 7543248 commit 9039b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
<bannedDependencies>
<searchTransitive>true</searchTransitive>
<excludes>
<exclude>commons-logging</exclude>
<exclude>commons-logging:commons-logging:(,1.3)</exclude>
</excludes>
</bannedDependencies>
</rules>
Expand Down

0 comments on commit 9039b47

Please sign in to comment.