Skip to content

Commit 9b350b4

Browse files
crossoverJieasweet-confluent
authored andcommitted
revert ci
1 parent 6dc7346 commit 9b350b4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

instrumentation/grpc-1.6/javaagent/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ muzzle {
88
module.set("grpc-core")
99
versions.set("[1.6.0,)")
1010
assertInverse.set(true)
11-
extraDependency("com.google.protobuf:protobuf-java:3.25.3")
1211
}
1312
}
1413

@@ -18,12 +17,11 @@ dependencies {
1817
implementation(project(":instrumentation:grpc-1.6:library"))
1918

2019
library("io.grpc:grpc-core:$grpcVersion")
21-
library("com.google.protobuf:protobuf-java:3.25.3")
2220

2321
testInstrumentation(project(":instrumentation:netty:netty-4.1:javaagent"))
2422

2523
testLibrary("io.grpc:grpc-netty:$grpcVersion")
26-
testLibrary("io.grpc:grpc-protobuf:$grpcVersion")
24+
library("io.grpc:grpc-protobuf:$grpcVersion")
2725
testLibrary("io.grpc:grpc-services:$grpcVersion")
2826
testLibrary("io.grpc:grpc-stub:$grpcVersion")
2927

instrumentation/grpc-1.6/library/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ val grpcVersion = "1.6.0"
77

88
dependencies {
99
library("io.grpc:grpc-core:$grpcVersion")
10-
library("com.google.protobuf:protobuf-java:3.25.3")
1110

1211
testLibrary("io.grpc:grpc-netty:$grpcVersion")
13-
testLibrary("io.grpc:grpc-protobuf:$grpcVersion")
12+
library("io.grpc:grpc-protobuf:$grpcVersion")
1413
testLibrary("io.grpc:grpc-services:$grpcVersion")
1514
testLibrary("io.grpc:grpc-stub:$grpcVersion")
1615

0 commit comments

Comments
 (0)