From f02b0004ff7d0998338647b0b7bbd14ad962c818 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Wed, 10 Mar 2021 11:16:02 -0500 Subject: [PATCH] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 (#381) removing gson from the flattened-pom exclusion list as it is now back in the original pom list. --- .kokoro/dependencies.sh | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.kokoro/dependencies.sh b/.kokoro/dependencies.sh index 1bff2e0c..fecbc6e9 100755 --- a/.kokoro/dependencies.sh +++ b/.kokoro/dependencies.sh @@ -52,7 +52,7 @@ function completenessCheck() { # due to maven dependency plugin setting transitive compile/runtime deps scope to test when it is also a test dep # Raised issue: https://issues.apache.org/jira/browse/MDEP-737 msg "Generating dependency list using flattened pom..." - mvn dependency:list -f .flattened-pom.xml -DincludeScope=runtime -DexcludeArtifactIds=annotations,gson,protobuf-java-util,commons-codec,commons-logging,perfmark-api -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' >.new-list.txt + mvn dependency:list -f .flattened-pom.xml -DincludeScope=runtime -DexcludeArtifactIds=annotations,protobuf-java-util,commons-codec,commons-logging,perfmark-api -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' >.new-list.txt # Compare two dependency lists msg "Comparing dependency lists..." diff --git a/pom.xml b/pom.xml index a52f8521..7a9a5fcc 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,7 @@ com.google.cloud google-cloud-shared-dependencies - 0.20.0 + 0.20.1 pom import