Skip to content

Commit 9dc1c70

Browse files
traskgithub-actions[bot]
andauthored
Remove woodstox dependency (#2757)
follow-up to #2746 (comment) also see #2657 Co-authored-by: github-actions[bot] <github-action[bot]@users.noreply.github.com>
1 parent 68feb23 commit 9dc1c70

File tree

5 files changed

+69
-110
lines changed

5 files changed

+69
-110
lines changed

agent/agent-tooling/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ dependencies {
9292

9393
configurations {
9494
all {
95-
// excluding unused dependency for size (~1.8mb)
95+
// excluding unused dependencies for size (~1.8mb)
9696
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
97+
exclude("com.fasterxml.woodstox", "woodstox-core")
9798
}
9899
}

agent/azure-monitor-exporter/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ dependencies {
4646

4747
configurations {
4848
all {
49-
// excluding unused dependency for size (~1.8mb)
49+
// excluding unused dependencies for size (~1.8mb)
5050
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
51+
exclude("com.fasterxml.woodstox", "woodstox-core")
5152
}
5253
}

0 commit comments

Comments
 (0)