Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ netty-resolver = { group = "io.netty", name = "netty-resolver", version.ref = "n
netty-transport = { group = "io.netty", name = "netty-transport", version.ref = "netty" }
netty-transport-native-unix-common = { group = "io.netty", name = "netty-transport-native-unix-common", version.ref = "netty" }
netty-pkitesting = { group = "io.netty", name = "netty-pkitesting", version.ref = "netty" }

# OpenTelemetry libraries
opentelemetry-api = { group = "io.opentelemetry", name = "opentelemetry-api", version.ref = "opentelemetry" }
opentelemetry-common = { group = "io.opentelemetry", name = "opentelemetry-common", version.ref = "opentelemetry" }
opentelemetry-context = { group = "io.opentelemetry", name = "opentelemetry-context", version.ref = "opentelemetry" }

protobuf = { group = "com.google.protobuf", name = "protobuf-java", version.ref = "protobuf" }
reactivestreams = { group = "org.reactivestreams", name = "reactive-streams", version.ref = "reactivestreams" }
reactor-core = { group = "io.projectreactor", name = "reactor-core", version.ref = "reactor" }
Expand Down
6 changes: 4 additions & 2 deletions plugins/repository-gcs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ dependencies {

implementation "org.checkerframework:checker-qual:3.52.1"

runtimeOnly "io.opentelemetry:opentelemetry-api:1.47.0"
runtimeOnly "io.opentelemetry:opentelemetry-context:1.47.0"
runtimeOnly libs.opentelemetry.api
runtimeOnly libs.opentelemetry.common
runtimeOnly libs.opentelemetry.context
runtimeOnly "com.google.api.grpc:proto-google-cloud-storage-v2:2.60.0"
runtimeOnly "io.grpc:grpc-api:1.71.0"

Expand Down Expand Up @@ -137,6 +138,7 @@ tasks.named("dependencyLicenses").configure {
mapping from: /google-auth-.*/, to: 'google-auth'
mapping from: /google-http-.*/, to: 'google-http'
mapping from: /opencensus.*/, to: 'opencensus'
mapping from: /opentelemetry-common.*/, to: 'opentelemetry-api'
mapping from: /protobuf.*/, to: 'protobuf'
mapping from: /proto-google.*/, to: 'proto-google'
}
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c4ee83d77005567852a72e08b945ebb023be1daa
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e6468bd64a94429b68761f7c13e143c3fdfaafc7

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
365cee4d1f365e4d4a05654742b50aa436c2dd8e
Loading