Skip to content

Commit d57cda8

Browse files
Copilottrask
andauthored
Remove unused dependencies: logcaptor and nullaway (#77)
* Initial plan * Add dependency analysis plugin to identify unused dependencies Co-authored-by: trask <[email protected]> * Remove unused dependencies: logcaptor and nullaway Co-authored-by: trask <[email protected]> * Revert dependency-analysis plugin addition from settings.gradle.kts and build.gradle.kts Co-authored-by: trask <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: trask <[email protected]>
1 parent 4640738 commit d57cda8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

agent/agent-tooling/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

dependencyManagement/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@ val CORE_DEPENDENCIES = listOf(
6464
val 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",

0 commit comments

Comments
 (0)