From 820b4d582c1516a673fc14a6b49092e271dfed83 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Wed, 22 Apr 2020 12:14:31 -0400 Subject: [PATCH] doc: remove deprecated content (#283) * doc: remove deprecated content * deps: bump samples shared-dep and libraries-bom versions --- README.md | 5 ----- samples/snippets/pom.xml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 4768c32bb..2c1b1aa46 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,6 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.111.0" ``` [//]: # ({x-version-update-end}) -Example Application -------------------- -- [`BigQueryExample`](https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-examples/src/main/java/com/google/cloud/examples/bigquery/BigQueryExample.java) - A simple command line interface providing some of Cloud BigQuery's functionality. -Read more about using this application on the [`BigQueryExample` docs page](https://googleapis.dev/java/google-cloud-clients/latest/index.html?com/google/cloud/examples/bigquery/BigQueryExample.html). - Authentication -------------- diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 761f0c237..b30107cc7 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -44,7 +44,7 @@ com.google.cloud libraries-bom - 4.4.1 + 5.1.0 pom import