Skip to content

Commit d4e5f60

Browse files
committed
format
1 parent c8ea628 commit d4e5f60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

instrumentation/spring/starters/spring-boot-starter/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ dependencies {
2222
api(project(":instrumentation-annotations"))
2323

2424
implementation("io.opentelemetry.contrib:opentelemetry-aws-resources:1.33.0-alpha") {
25-
exclude("com.fasterxml.jackson.core", "jackson-core")
26-
exclude("com.squareup.okhttp3", "okhttp")
25+
exclude("com.fasterxml.jackson.core", "jackson-core")
26+
exclude("com.squareup.okhttp3", "okhttp")
2727
}
2828

2929
implementation("io.opentelemetry.contrib:opentelemetry-gcp-resources:1.33.0-alpha") {
30-
exclude("com.fasterxml.jackson.core", "jackson-core")
30+
exclude("com.fasterxml.jackson.core", "jackson-core")
3131
}
3232
}

0 commit comments

Comments
 (0)