From 972317ddb1445e677be70d52133ad0e6c7638753 Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Wed, 19 Jun 2019 18:15:16 +0530 Subject: [PATCH 1/6] cleanup unused dependency of contrib-google-cloud-logging-logback --- .../google-cloud-logging-logback/pom.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/google-cloud-clients/google-cloud-contrib/google-cloud-logging-logback/pom.xml b/google-cloud-clients/google-cloud-contrib/google-cloud-logging-logback/pom.xml index ef4ca7cb21bc..3d5359d5add1 100644 --- a/google-cloud-clients/google-cloud-contrib/google-cloud-logging-logback/pom.xml +++ b/google-cloud-clients/google-cloud-contrib/google-cloud-logging-logback/pom.xml @@ -1,7 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 google-cloud-logging-logback @@ -38,11 +38,6 @@ easymock test - - org.objenesis - objenesis - test - junit junit @@ -55,4 +50,4 @@ test - + \ No newline at end of file From f3fa751f5149df4dda68f570bec35a7b854e339c Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Wed, 19 Jun 2019 18:21:19 +0530 Subject: [PATCH 2/6] cleanup unused dependency of contrib-google-cloud-nio-examples --- .../google-cloud-nio-examples/pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples/pom.xml b/google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples/pom.xml index 5bb1898d9447..9e4dc16c1096 100644 --- a/google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples/pom.xml +++ b/google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples/pom.xml @@ -17,12 +17,6 @@ google-cloud-nio-examples - - - ${project.groupId} - google-cloud-storage - - @@ -34,4 +28,4 @@ - + \ No newline at end of file From 286b34a236638c623b58968bf54b70a764e077bc Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Wed, 19 Jun 2019 18:23:50 +0530 Subject: [PATCH 3/6] cleanup unused dependency of contrib-google-cloud-notification --- .../google-cloud-notification/pom.xml | 36 ++----------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/google-cloud-clients/google-cloud-contrib/google-cloud-notification/pom.xml b/google-cloud-clients/google-cloud-contrib/google-cloud-notification/pom.xml index 9f0e9a7b0b13..81594e150900 100644 --- a/google-cloud-clients/google-cloud-contrib/google-cloud-notification/pom.xml +++ b/google-cloud-clients/google-cloud-contrib/google-cloud-notification/pom.xml @@ -1,7 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 google-cloud-notification 0.96.1-beta-SNAPSHOT @@ -33,14 +33,6 @@ ${project.groupId} google-cloud-pubsub - - ${project.groupId} - google-cloud-core-grpc - - - com.google.api - gax-grpc - com.google.api api-common @@ -49,23 +41,6 @@ com.google.api.grpc proto-google-cloud-pubsub-v1 - - com.google.api.grpc - grpc-google-cloud-pubsub-v1 - test - - - io.grpc - grpc-netty-shaded - - - io.grpc - grpc-stub - - - io.grpc - grpc-auth - @@ -73,10 +48,5 @@ junit test - - org.mockito - mockito-all - test - - + \ No newline at end of file From 1abcb249c2051f9de4b607474adb5a15c7484ff9 Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Wed, 26 Jun 2019 14:33:11 +0530 Subject: [PATCH 4/6] cleanup unused dependency of contrib-google-cloud-logging-logback --- .../google-cloud-logging-logback/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/google-cloud-clients/google-cloud-contrib/google-cloud-logging-logback/pom.xml b/google-cloud-clients/google-cloud-contrib/google-cloud-logging-logback/pom.xml index 3d5359d5add1..fe72279a177d 100644 --- a/google-cloud-clients/google-cloud-contrib/google-cloud-logging-logback/pom.xml +++ b/google-cloud-clients/google-cloud-contrib/google-cloud-logging-logback/pom.xml @@ -38,12 +38,6 @@ easymock test - - junit - junit - 4.12 - test - com.google.truth truth From 95c9e236b107f9228bfb0cabe66bbd07ae0195c8 Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Wed, 26 Jun 2019 14:44:25 +0530 Subject: [PATCH 5/6] cleanup unused dependency of contrib-google-cloud-nio --- .../google-cloud-contrib/google-cloud-nio/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/google-cloud-clients/google-cloud-contrib/google-cloud-nio/pom.xml b/google-cloud-clients/google-cloud-contrib/google-cloud-nio/pom.xml index 404324052f05..25a5b0f0ad72 100644 --- a/google-cloud-clients/google-cloud-contrib/google-cloud-nio/pom.xml +++ b/google-cloud-clients/google-cloud-contrib/google-cloud-nio/pom.xml @@ -22,14 +22,6 @@ ${project.groupId} google-cloud-storage - - com.google.guava - guava - - - com.google.code.findbugs - jsr305 - javax.inject javax.inject From 109ebb202c1196aec0c185a27f45a9eec6ba2b9d Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Wed, 26 Jun 2019 14:54:06 +0530 Subject: [PATCH 6/6] cleanup unused dependency of contrib-google-cloud-notification --- .../google-cloud-notification/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/google-cloud-clients/google-cloud-contrib/google-cloud-notification/pom.xml b/google-cloud-clients/google-cloud-contrib/google-cloud-notification/pom.xml index 81594e150900..943f4c31aca1 100644 --- a/google-cloud-clients/google-cloud-contrib/google-cloud-notification/pom.xml +++ b/google-cloud-clients/google-cloud-contrib/google-cloud-notification/pom.xml @@ -21,10 +21,6 @@ google-cloud-notification - - ${project.groupId} - google-cloud-core - ${project.groupId} google-cloud-storage @@ -33,10 +29,6 @@ ${project.groupId} google-cloud-pubsub - - com.google.api - api-common - com.google.api.grpc proto-google-cloud-pubsub-v1