Skip to content

Commit 6b325c4

Browse files
authored
fix mvn link for gson
1 parent b36ff25 commit 6b325c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/computer-vision/includes/quickstarts-sdk/identity-java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Get started with facial recognition using the Face client library for Java. Foll
5959
<artifactId>httpclient</artifactId>
6060
<version>4.5.13</version>
6161
</dependency>
62-
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
62+
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
6363
<dependency>
6464
<groupId>com.google.code.gson</groupId>
6565
<artifactId>gson</artifactId>

0 commit comments

Comments
 (0)