Skip to content

Commit 7c55639

Browse files
committed
Depend on log4j-api directly rather than via Elastic's transitives
Closes gh-31692
1 parent 77ecdc6 commit 7c55639

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ dependencies {
9090
}
9191
optional("org.apache.kafka:kafka-clients")
9292
optional("org.apache.kafka:kafka-streams")
93+
optional("org.apache.logging.log4j:log4j-api")
9394
optional("org.apache.solr:solr-solrj") {
9495
exclude group: "org.slf4j", module: "jcl-over-slf4j"
9596
}

0 commit comments

Comments
 (0)