From b4fab5f00b8d6a58b9768d32f16fb3a013265690 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Fri, 3 Dec 2021 15:10:33 -0500 Subject: [PATCH] revert: "chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.24" (#1431) Reverts googleapis/java-bigquerystorage#1428 Due to below error caused: ``` Error: Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check (default-cli) on project bigquerystorage-snippets: Execution default-cli of goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check failed: Plugin org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2 or one of its dependencies could not be resolved: Could not find artifact com.google.cloud.samples:checkstyle-configuration:jar:1.0.24 in central (https://repo.maven.apache.org/maven2) -> [Help 1``` --- samples/install-without-bom/pom.xml | 2 +- samples/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 101c722ac7..4f02df6fb5 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.24 + 1.0.23 diff --git a/samples/pom.xml b/samples/pom.xml index b91f0aa2d5..ab8b6ed88d 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -18,7 +18,7 @@ com.google.cloud.samples shared-configuration - 1.0.24 + 1.0.23 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 70e9d14884..4fcf498dee 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.24 + 1.0.23 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 82904b53e6..780147b8e4 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.24 + 1.0.23