`grpc-inprocess` dependency has runtime scope: https://github.com/googleapis/java-pubsub/blob/af84aa3f5434d3e8ff2122b72cae0fc1c7323742/google-cloud-pubsub/pom.xml#L88 Is it possible to change scope to `test` given 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
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