Skip to content

Commit

Permalink
Add log4j dependies for creating log files
Browse files Browse the repository at this point in the history
  • Loading branch information
marblue3wu committed Jul 28, 2022
1 parent a7043dc commit 2d11588
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ dependencies {
var becauseMsg = "CVE-2021-44228, CVE-2021-45046, CVE-2021-45105, CVE-2021-44832: Log4j vulnerable to remote code execution and other critical security vulnerabilities"
println "> Building with log4j included in default dependencies"
api "org.apache.logging.log4j:log4j-slf4j-impl:${log4j2Version}"
api "org.apache.logging.log4j:log4j-api"
api "org.apache.logging.log4j:log4j-core"

constraints {
api("org.apache.logging.log4j:log4j-api") {
Expand Down

0 comments on commit 2d11588

Please sign in to comment.