We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116b2eb commit e257732Copy full SHA for e257732
1 file changed
vision/face-detection/pom.xml
@@ -52,6 +52,8 @@
52
53
<dependencies>
54
<!-- [START face_detection_dependencies] -->
55
+ <!-- [START vision_face_detection_dependencies] -->
56
+
57
<dependency>
58
<groupId>com.google.apis</groupId>
59
<artifactId>google-api-services-vision</artifactId>
@@ -69,6 +71,7 @@
69
71
<groupId>com.google.http-client</groupId>
70
72
<artifactId>google-http-client-jackson2</artifactId>
73
</dependency>
74
+ <!-- [END vision_face_detection_dependencies] -->
75
<!-- [END face_detection_dependencies] -->
76
77
<!-- Test Dependencies -->
0 commit comments