From fb3566d31600b9ed629a2daa46c5202a894181b2 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Fri, 24 Apr 2020 14:25:10 -0400 Subject: [PATCH] feat: add flatten plugin to client and proto modules (#108) --- .gitignore | 1 + google-cloud-datastore/pom.xml | 9 +++++++++ pom.xml | 6 ------ proto-google-cloud-datastore-v1/pom.xml | 11 +++++++++++ 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 79dd1e39e..6f5e4424d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ target/ *.iml __pycache__/ +.flattened-pom.xml \ No newline at end of file diff --git a/google-cloud-datastore/pom.xml b/google-cloud-datastore/pom.xml index 17d8745a8..0f4ad9636 100644 --- a/google-cloud-datastore/pom.xml +++ b/google-cloud-datastore/pom.xml @@ -97,4 +97,13 @@ test + + + + + org.codehaus.mojo + flatten-maven-plugin + + + diff --git a/pom.xml b/pom.xml index 67d44f993..4881caa69 100644 --- a/pom.xml +++ b/pom.xml @@ -253,17 +253,11 @@ google-oauth-client 1.30.6 - org.threeten threetenbp ${threeten.version} - - javax.annotation - javax.annotation-api - ${javax.annotations.version} - junit diff --git a/proto-google-cloud-datastore-v1/pom.xml b/proto-google-cloud-datastore-v1/pom.xml index 1a7d2cebf..1292a9f98 100644 --- a/proto-google-cloud-datastore-v1/pom.xml +++ b/proto-google-cloud-datastore-v1/pom.xml @@ -24,6 +24,16 @@ compile + + + + + org.codehaus.mojo + flatten-maven-plugin + + + + java9 @@ -34,6 +44,7 @@ javax.annotation javax.annotation-api + ${javax.annotations.version}