diff --git a/bigquery/cloud-client/pom.xml b/bigquery/cloud-client/pom.xml index 33f0289e326..556b0a68c41 100644 --- a/bigquery/cloud-client/pom.xml +++ b/bigquery/cloud-client/pom.xml @@ -34,11 +34,13 @@ + com.google.cloud google-cloud-bigquery 0.30.0-beta + commons-cli commons-cli diff --git a/translate/cloud-client/pom.xml b/translate/cloud-client/pom.xml index ef88e5cb659..117fc8299ba 100644 --- a/translate/cloud-client/pom.xml +++ b/translate/cloud-client/pom.xml @@ -34,11 +34,13 @@ + com.google.cloud google-cloud-translate 1.12.0 + diff --git a/vision/README.md b/vision/README.md index e59d214c859..047c67e048a 100644 --- a/vision/README.md +++ b/vision/README.md @@ -47,7 +47,7 @@ This sample annotates an image with labels based on its content. This sample identifies faces within an image. - [Quickstart Walkthrough](https://cloud.google.com/vision/docs/face-tutorial) -- [Java Code](face_detection) +- [Java Code](face-detection) ### Landmark Detection Using Google Cloud Storage @@ -67,4 +67,3 @@ queried to find images that match a given set of words, and to list text that was found in each matching image. [Documentation and Java Code](text) -