Skip to content

Commit 4461dc2

Browse files
authored
Add dependencies region tag to vision/face-detection/pom.xml (GoogleCloudPlatform#1293)
1 parent 8213185 commit 4461dc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vision/face-detection/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</properties>
3838

3939
<dependencies>
40-
<!-- dependencies -->
40+
<!-- START face_detection_dependencies -->
4141
<dependency>
4242
<groupId>com.google.apis</groupId>
4343
<artifactId>google-api-services-vision</artifactId>
@@ -59,6 +59,7 @@
5959
<artifactId>guava</artifactId>
6060
<version>25.1-android</version>
6161
</dependency>
62+
<!-- END face_detection_dependencies -->
6263

6364
<!-- Test Dependencies -->
6465
<dependency>

0 commit comments

Comments
 (0)