Skip to content

Commit 2e71be4

Browse files
dzlier-gcpkurtisvg
authored andcommitted
Add 'dependencies' tags & fix broken vision link. (GoogleCloudPlatform#929)
* Fix link to vision/face-detection in vision/README.md. * Add 'dependencies' region_tag to bigquery/cloud-client and translate/cloud-client pom.xml files.
1 parent b10c619 commit 2e71be4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

bigquery/cloud-client/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@
3434
</properties>
3535

3636
<dependencies>
37+
<!-- [START dependencies] -->
3738
<dependency>
3839
<groupId>com.google.cloud</groupId>
3940
<artifactId>google-cloud-bigquery</artifactId>
4041
<version>0.30.0-beta</version>
4142
</dependency>
43+
<!-- [END dependencies] -->
4244
<dependency>
4345
<groupId>commons-cli</groupId>
4446
<artifactId>commons-cli</artifactId>

translate/cloud-client/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@
3434
</properties>
3535

3636
<dependencies>
37+
<!-- [START dependencies] -->
3738
<dependency>
3839
<groupId>com.google.cloud</groupId>
3940
<artifactId>google-cloud-translate</artifactId>
4041
<version>1.12.0</version>
4142
</dependency>
43+
<!-- [END dependencies] -->
4244

4345
<!-- Test dependencies -->
4446
<dependency>

vision/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This sample annotates an image with labels based on its content.
4747
This sample identifies faces within an image.
4848

4949
- [Quickstart Walkthrough](https://cloud.google.com/vision/docs/face-tutorial)
50-
- [Java Code](face_detection)
50+
- [Java Code](face-detection)
5151

5252
### Landmark Detection Using Google Cloud Storage
5353

@@ -67,4 +67,3 @@ queried to find images that match a given set of words, and to list text that
6767
was found in each matching image.
6868

6969
[Documentation and Java Code](text)
70-

0 commit comments

Comments
 (0)