Skip to content

Commit bfea783

Browse files
authored
Updated dependencies
1 parent 24e7173 commit bfea783

File tree

1 file changed

+26
-19
lines changed

1 file changed

+26
-19
lines changed

documentation-samples/quickstarts/Face/dependencies.txt

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
1-
Include these libraries in your Find Similar sample, get more recent versions if exist:
1+
Include these jar libraries in a lib folder, in the root of your project.
2+
They are dependencies for the FaceAPI SDK and AutoRest libraries.
3+
Avoid any alpha or beta versions.
4+
If specific versions are noted below, those are older versions that work better than the most recent, at the time of this commit.
5+
6+
* https://mvnrepository.com/artifact/com.microsoft.azure/azure-client-runtime
7+
* https://mvnrepository.com/artifact/com.microsoft.rest/client-runtime
8+
* https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-joda
9+
* https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
10+
* https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
11+
* https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
12+
* https://mvnrepository.com/artifact/joda-time/joda-time
13+
* https://mvnrepository.com/artifact/com.google.guava/guava
14+
* https://mvnrepository.com/artifact/com.microsoft.azure/azure-annotations
15+
* https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp/3.14.2
16+
* https://mvnrepository.com/artifact/com.squareup.okio/okio/1.17.4
17+
* https://mvnrepository.com/artifact/com.squareup.okhttp3/logging-interceptor
18+
* https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp-urlconnection/3.14.2
19+
* https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit
20+
* https://mvnrepository.com/artifact/com.squareup.retrofit2/converter-jackson
21+
* https://mvnrepository.com/artifact/com.squareup.retrofit2/adapter-rxjava
22+
* https://mvnrepository.com/artifact/io.reactivex/rxjava
23+
* https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
24+
* https://mvnrepository.com/artifact/org.slf4j/slf4j-api
25+
* https://mvnrepository.com/artifact/org.slf4j/slf4j-jdk14/1.7.28
26+
227

3-
* https://mvnrepository.com/artifact/com.microsoft.azure/azure-client-runtime/1.6.12
4-
* https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
5-
* https://mvnrepository.com/artifact/ch.qos.logback/logback-core
6-
* https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
7-
* https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
8-
* https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
9-
* https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-joda
10-
* https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310
11-
* https://mvnrepository.com/artifact/com.google.guava/guava
12-
* https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib
13-
* https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
14-
* https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp-urlconnection
15-
* https://mvnrepository.com/artifact/com.squareup.okio/okio
16-
* https://mvnrepository.com/artifact/com.squareup.retrofit2/adapter-rxjava
17-
* https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit
18-
* https://mvnrepository.com/artifact/io.reactivex/rxjava
19-
* https://mvnrepository.com/artifact/joda-time/joda-time
20-
* https://mvnrepository.com/artifact/org.slf4j/slf4j-api

0 commit comments

Comments
 (0)