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 b36ff25 commit 6b325c4Copy full SHA for 6b325c4
articles/ai-services/computer-vision/includes/quickstarts-sdk/identity-java-sdk.md
@@ -59,7 +59,7 @@ Get started with facial recognition using the Face client library for Java. Foll
59
<artifactId>httpclient</artifactId>
60
<version>4.5.13</version>
61
</dependency>
62
- <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
+ <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
63
<dependency>
64
<groupId>com.google.code.gson</groupId>
65
<artifactId>gson</artifactId>
0 commit comments