We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587b5ea commit 89a0a97Copy full SHA for 89a0a97
1 file changed
build.gradle
@@ -67,7 +67,7 @@ configurations.testRuntimeClasspath {
67
}
68
69
dependencies {
70
- implementation "com.google.code.findbugs:jsr305:3.0.2"
+ api "com.google.code.findbugs:jsr305:3.0.2"
71
72
// ---- Jackson ----
73
api platform("com.fasterxml.jackson:jackson-bom:$jackson_version")
@@ -78,8 +78,8 @@ dependencies {
78
implementation "org.openapitools:jackson-databind-nullable:0.2.10"
79
80
// ---- OpenTelemetry ----
81
- implementation platform("io.opentelemetry:opentelemetry-bom:1.63.0")
82
- implementation "io.opentelemetry:opentelemetry-api"
+ api platform("io.opentelemetry:opentelemetry-bom:1.63.0")
+ api "io.opentelemetry:opentelemetry-api"
83
84
85
testing {
0 commit comments