From e9a4ce59fdf3773fa41698579984af525a277f38 Mon Sep 17 00:00:00 2001 From: BenWhitehead Date: Fri, 5 Aug 2022 15:13:03 -0400 Subject: [PATCH] fix: fix dependency declaration to properly include runtime scope (#1238) Change the scope of the following dependencies to runtime from test * io.grpc:grpc-stub * io.grpc:grpc-core * com.google.http-client:google-http-client --- google-cloud-pubsub/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/google-cloud-pubsub/pom.xml b/google-cloud-pubsub/pom.xml index 69dd34bba..f172033de 100644 --- a/google-cloud-pubsub/pom.xml +++ b/google-cloud-pubsub/pom.xml @@ -24,7 +24,7 @@ io.grpc grpc-stub - test + runtime io.grpc @@ -85,7 +85,7 @@ io.grpc grpc-core - test + runtime com.google.errorprone @@ -98,7 +98,7 @@ com.google.http-client google-http-client - test + runtime @@ -169,7 +169,6 @@ org.apache.maven.plugins maven-dependency-plugin - 3.3.0 com.google.auth:google-auth-library-oauth2-http:jar