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 4a9332a commit 0e0b982Copy full SHA for 0e0b982
dependencyManagement/build.gradle.kts
@@ -57,5 +57,6 @@ dependencies {
57
api("tools.profiler:async-profiler:4.0")
58
api("com.blogspot.mydailyjava:weak-lock-free:0.18")
59
api("org.agrona:agrona:1.22.0")
60
+ api("com.google.protobuf:protobuf-java-util:4.29.1")
61
}
62
opamp-client/build.gradle.kts
@@ -16,6 +16,7 @@ dependencies {
16
annotationProcessor("com.google.auto.value:auto-value")
17
compileOnly("com.google.auto.value:auto-value-annotations")
18
testImplementation("org.mockito:mockito-inline")
19
+ testImplementation("com.google.protobuf:protobuf-java-util")
20
21
22
val opampReleaseInfo = tasks.register<Download>("opampLastReleaseInfo") {
0 commit comments