We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
grpc-inprocess dependency has runtime scope:
grpc-inprocess
java-pubsub/google-cloud-pubsub/pom.xml
Line 88 in af84aa3
Is it possible to change scope to test given its only used for testing in 2 places?
test
We don't want it to be pulled into our project as transitive dependency/creates potential classpath issues when used with grpc-core v1.57 or lower as it was part of core before version 1.58. Last statement based on inprocess version available in maven central: https://mvnrepository.com/artifact/io.grpc/grpc-inprocess Compared to core versions: https://mvnrepository.com/artifact/io.grpc/grpc-core
grpc-inprocessdependency has runtime scope:java-pubsub/google-cloud-pubsub/pom.xml
Line 88 in af84aa3
Is it possible to change scope to
testgiven its only used for testing in 2 places?We don't want it to be pulled into our project as transitive dependency/creates potential classpath issues when used with grpc-core v1.57 or lower as it was part of core before version 1.58.
Last statement based on inprocess version available in maven central: https://mvnrepository.com/artifact/io.grpc/grpc-inprocess
Compared to core versions: https://mvnrepository.com/artifact/io.grpc/grpc-core