Skip to content

Commit

Permalink
Return log4j-core and make it runtimeOnly due to test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
idelpivnitskiy committed Jan 10, 2025
1 parent 80ff040 commit bc3ad83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions servicetalk-log4j2-mdc-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ dependencies {
implementation project(":servicetalk-concurrent-api")
implementation project(":servicetalk-context-api")

runtimeOnly "org.apache.logging.log4j:log4j-core"

testImplementation enforcedPlatform("org.junit:junit-bom:$junit5Version")
testImplementation project(":servicetalk-concurrent")
testImplementation project(":servicetalk-test-resources")
Expand Down
1 change: 1 addition & 0 deletions servicetalk-log4j2-mdc-utils/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-api:2.23.1=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
org.slf4j:slf4j-api:1.7.36=runtimeClasspath
empty=annotationProcessor,jmhCompileClasspath,jmhRuntimeClasspath,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor
1 change: 1 addition & 0 deletions servicetalk-log4j2-mdc/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-api:2.23.1=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
org.slf4j:slf4j-api:1.7.36=runtimeClasspath
empty=annotationProcessor,jmhCompileClasspath,jmhRuntimeClasspath,spotbugsPlugins,testAnnotationProcessor

0 comments on commit bc3ad83

Please sign in to comment.