From f8837c33acd4521fdffbad9b852a5b98bcd0df22 Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Wed, 19 Jun 2019 18:03:45 +0530 Subject: [PATCH 1/2] cleanup unused dependency of google-cloud-container --- .../google-cloud-container/pom.xml | 30 +------------------ 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/google-cloud-clients/google-cloud-container/pom.xml b/google-cloud-clients/google-cloud-container/pom.xml index bd7b9b9c5d38..9ce3b390b41c 100644 --- a/google-cloud-clients/google-cloud-container/pom.xml +++ b/google-cloud-clients/google-cloud-container/pom.xml @@ -35,18 +35,10 @@ com.google.api.grpc grpc-google-cloud-container-v1 - - io.grpc - grpc-netty-shaded - io.grpc grpc-stub - - io.grpc - grpc-auth - @@ -54,26 +46,6 @@ junit test - - org.easymock - easymock - test - - - org.objenesis - objenesis - test - - - com.google.truth - truth - test - - - com.google.api.grpc - grpc-google-iam-v1 - test - com.google.api @@ -108,4 +80,4 @@ - + \ No newline at end of file From af570e4cd6932d8f76253c59ba2fa0da21d3c30e Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Wed, 26 Jun 2019 14:12:14 +0530 Subject: [PATCH 2/2] remove unused dependency of container --- google-cloud-clients/google-cloud-container/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/google-cloud-clients/google-cloud-container/pom.xml b/google-cloud-clients/google-cloud-container/pom.xml index 9ce3b390b41c..e5f3c55b990e 100644 --- a/google-cloud-clients/google-cloud-container/pom.xml +++ b/google-cloud-clients/google-cloud-container/pom.xml @@ -19,10 +19,6 @@ ${project.version} - - ${project.groupId} - google-cloud-core - ${project.groupId} google-cloud-core-grpc @@ -35,10 +31,6 @@ com.google.api.grpc grpc-google-cloud-container-v1 - - io.grpc - grpc-stub -