Skip to content

Add 'dependencies' tags & fix broken vision link. #929

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bigquery/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@
</properties>

<dependencies>
<!-- [START dependencies] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>0.30.0-beta</version>
</dependency>
<!-- [END dependencies] -->
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions translate/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@
</properties>

<dependencies>
<!-- [START dependencies] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-translate</artifactId>
<version>1.12.0</version>
</dependency>
<!-- [END dependencies] -->

<!-- Test dependencies -->
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions vision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)