Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
Browse files Browse the repository at this point in the history
…cies to v0.20.1 (#381)

removing gson from the flattened-pom exclusion list as it is now back in the original pom list.
  • Loading branch information
stephaniewang526 committed Mar 10, 2021
1 parent 639d3a1 commit f02b000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kokoro/dependencies.sh
Expand Up @@ -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..."
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit f02b000

Please sign in to comment.