File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
module.set(" grpc-core" )
9
9
versions.set(" [1.6.0,)" )
10
10
assertInverse.set(true )
11
+ extraDependency(" com.google.protobuf:protobuf-java:3.25.3" )
11
12
}
12
13
}
13
14
@@ -17,6 +18,7 @@ dependencies {
17
18
implementation(project(" :instrumentation:grpc-1.6:library" ))
18
19
19
20
library(" io.grpc:grpc-core:$grpcVersion " )
21
+ library(" com.google.protobuf:protobuf-java:3.25.3" )
20
22
21
23
testInstrumentation(project(" :instrumentation:netty:netty-4.1:javaagent" ))
22
24
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ val grpcVersion = "1.6.0"
7
7
8
8
dependencies {
9
9
library(" io.grpc:grpc-core:$grpcVersion " )
10
- implementation(" com.google.protobuf:protobuf-java:3.25.3" )
11
10
12
11
testLibrary(" io.grpc:grpc-netty:$grpcVersion " )
13
12
testLibrary(" io.grpc:grpc-protobuf:$grpcVersion " )
You can’t perform that action at this time.
0 commit comments