Skip to content

Commit d9a7750

Browse files
authored
use the "test" scope for the io.grpc:grpc-testing dependency (#858)
reduces runtime jar and removes unused classes from the distribution.
1 parent aee6208 commit d9a7750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ dependencies {
6969
compile group: 'com.auth0', name: 'java-jwt', version:'4.4.0'
7070
compile group: 'com.google.protobuf', name: 'protobuf-java', version: '3.21.9'
7171
compile group: 'com.google.api.grpc', name: 'proto-google-common-protos', version: '2.10.0'
72-
compile group: 'io.grpc', name: 'grpc-testing', version: '1.54.2'
7372
compile group: 'com.google.protobuf', name: 'protobuf-java-util', version: '3.21.9'
7473
compile group: 'com.google.oauth-client', name: 'google-oauth-client', version: '1.35.0'
7574
compile group: 'com.google.http-client', name: 'google-http-client-gson', version: '1.19.0'
@@ -83,6 +82,7 @@ dependencies {
8382
testCompile group: 'junit', name: 'junit', version: '4.12'
8483
testCompile group: 'com.googlecode.junit-toolbox', name: 'junit-toolbox', version: '2.4'
8584
testCompile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
85+
testCompile group: 'io.grpc', name: 'grpc-testing', version: '1.54.2'
8686
testImplementation 'io.opentracing:opentracing-mock:0.33.0'
8787
}
8888

0 commit comments

Comments
 (0)