File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ configure([rootProject] + javaProjects) { project ->
79
79
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
80
80
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
81
81
testRuntimeOnly(" org.junit.platform:junit-platform-suite-engine" )
82
+ testRuntimeOnly(" org.apache.logging.log4j:log4j-core" )
82
83
// JSR-305 only used for non-required meta-annotations
83
84
compileOnly(" com.google.code.findbugs:jsr305" )
84
85
testCompileOnly(" com.google.code.findbugs:jsr305" )
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ dependencies {
14
14
api(platform(" io.projectreactor:reactor-bom:2024.0.1" ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.4" ))
16
16
api(platform(" org.apache.groovy:groovy-bom:4.0.24" ))
17
+ api(platform(" org.apache.logging.log4j:log4j-bom:3.0.0-beta3" ))
17
18
api(platform(" org.assertj:assertj-bom:3.26.3" ))
18
19
api(platform(" org.eclipse.jetty:jetty-bom:12.0.15" ))
19
20
api(platform(" org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.15" ))
You can’t perform that action at this time.
0 commit comments