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 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" )
12
11
}
13
12
}
14
13
@@ -18,12 +17,11 @@ dependencies {
18
17
implementation(project(" :instrumentation:grpc-1.6:library" ))
19
18
20
19
library(" io.grpc:grpc-core:$grpcVersion " )
21
- library(" com.google.protobuf:protobuf-java:3.25.3" )
22
20
23
21
testInstrumentation(project(" :instrumentation:netty:netty-4.1:javaagent" ))
24
22
25
23
testLibrary(" io.grpc:grpc-netty:$grpcVersion " )
26
- testLibrary (" io.grpc:grpc-protobuf:$grpcVersion " )
24
+ library (" io.grpc:grpc-protobuf:$grpcVersion " )
27
25
testLibrary(" io.grpc:grpc-services:$grpcVersion " )
28
26
testLibrary(" io.grpc:grpc-stub:$grpcVersion " )
29
27
Original file line number Diff line number Diff line change @@ -7,10 +7,9 @@ val grpcVersion = "1.6.0"
7
7
8
8
dependencies {
9
9
library(" io.grpc:grpc-core:$grpcVersion " )
10
- library(" com.google.protobuf:protobuf-java:3.25.3" )
11
10
12
11
testLibrary(" io.grpc:grpc-netty:$grpcVersion " )
13
- testLibrary (" io.grpc:grpc-protobuf:$grpcVersion " )
12
+ library (" io.grpc:grpc-protobuf:$grpcVersion " )
14
13
testLibrary(" io.grpc:grpc-services:$grpcVersion " )
15
14
testLibrary(" io.grpc:grpc-stub:$grpcVersion " )
16
15
You can’t perform that action at this time.
0 commit comments