1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-31 05:04:26 +03:00

Avoid hard conscrypt dep (#4128)

This commit is contained in:
Yuri Schimke
2018-07-11 07:00:22 +01:00
committed by GitHub
parent 67f786d984
commit 00def7aecf
4 changed files with 7 additions and 4 deletions

View File

@ -44,7 +44,7 @@
<dependency>
<groupId>org.conscrypt</groupId>
<artifactId>conscrypt-openjdk-uber</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>