Skip to content

Commit 0e0b982

Browse files
committed
Adding test dependency
1 parent 4a9332a commit 0e0b982

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ dependencies {
5757
api("tools.profiler:async-profiler:4.0")
5858
api("com.blogspot.mydailyjava:weak-lock-free:0.18")
5959
api("org.agrona:agrona:1.22.0")
60+
api("com.google.protobuf:protobuf-java-util:4.29.1")
6061
}
6162
}

opamp-client/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies {
1616
annotationProcessor("com.google.auto.value:auto-value")
1717
compileOnly("com.google.auto.value:auto-value-annotations")
1818
testImplementation("org.mockito:mockito-inline")
19+
testImplementation("com.google.protobuf:protobuf-java-util")
1920
}
2021

2122
val opampReleaseInfo = tasks.register<Download>("opampLastReleaseInfo") {

0 commit comments

Comments
 (0)