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