File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,10 +7,9 @@ val grpcVersion = "1.6.0"
77
88dependencies {
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
You can’t perform that action at this time.
0 commit comments