From 337666787c2896e6c7d14ea726d5ffcb11275ed3 Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Thu, 20 Jun 2019 14:13:36 +0530 Subject: [PATCH 1/3] cleanup unused dependency of storage --- google-cloud-clients/google-cloud-storage/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/google-cloud-clients/google-cloud-storage/pom.xml b/google-cloud-clients/google-cloud-storage/pom.xml index 222311ef7e30..0f962430d18e 100644 --- a/google-cloud-clients/google-cloud-storage/pom.xml +++ b/google-cloud-clients/google-cloud-storage/pom.xml @@ -33,11 +33,6 @@ - - io.grpc - grpc-netty-shaded - test - io.grpc grpc-auth From 042c918809c96d132f6b7894c59266b99510cfde Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Wed, 26 Jun 2019 18:27:50 +0530 Subject: [PATCH 2/3] remove unused dependency of storage --- google-cloud-clients/google-cloud-storage/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/google-cloud-clients/google-cloud-storage/pom.xml b/google-cloud-clients/google-cloud-storage/pom.xml index 0f962430d18e..85695bf5e413 100644 --- a/google-cloud-clients/google-cloud-storage/pom.xml +++ b/google-cloud-clients/google-cloud-storage/pom.xml @@ -18,10 +18,6 @@ google-cloud-storage - - ${project.groupId} - google-cloud-core - ${project.groupId} google-cloud-core-http @@ -54,11 +50,6 @@ test-jar test - - junit - junit - test - com.google.truth truth From df587ab12dd8d4db04657c3b14fad5a3cdfa5cbd Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 30 Jul 2019 15:45:27 -0700 Subject: [PATCH 3/3] Put grpc-netty-shaded back for test --- google-cloud-clients/google-cloud-storage/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/google-cloud-clients/google-cloud-storage/pom.xml b/google-cloud-clients/google-cloud-storage/pom.xml index 85695bf5e413..e5e873654378 100644 --- a/google-cloud-clients/google-cloud-storage/pom.xml +++ b/google-cloud-clients/google-cloud-storage/pom.xml @@ -29,6 +29,11 @@ + + io.grpc + grpc-netty-shaded + test + io.grpc grpc-auth