File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ dependencies {
8383 testImplementation(" org.assertj:assertj-core" )
8484 testImplementation(" org.awaitility:awaitility" )
8585 testImplementation(" org.mockito:mockito-core" )
86- testImplementation(" io.github.hakky54:logcaptor" )
8786
8887 testCompileOnly(" com.google.code.findbugs:jsr305" )
8988}
Original file line number Diff line number Diff line change @@ -64,14 +64,12 @@ val CORE_DEPENDENCIES = listOf(
6464val DEPENDENCIES = listOf (
6565 " ch.qos.logback:logback-classic:1.3.15" , // logback 1.4+ requires Java 11+
6666 " ch.qos.logback.contrib:logback-json-classic:0.1.5" ,
67- " com.uber.nullaway:nullaway:0.12.7" ,
6867 " commons-codec:commons-codec:1.18.0" ,
6968 " org.apache.commons:commons-text:1.13.1" ,
7069 " com.google.code.gson:gson:2.13.1" ,
7170 " com.azure:azure-core-test:1.26.2" , // this is not included in azure-sdk-bom
7271 " org.assertj:assertj-core:3.27.3" ,
7372 " org.awaitility:awaitility:4.3.0" ,
74- " io.github.hakky54:logcaptor:2.11.0" ,
7573 " io.opentelemetry.contrib:opentelemetry-jfr-connection:${otelContribVersion} -alpha" ,
7674 " io.opentelemetry.contrib:opentelemetry-runtime-attach-core:${otelContribVersion} -alpha" ,
7775 " com.google.code.findbugs:jsr305:3.0.2" ,
You can’t perform that action at this time.
0 commit comments