marking okhttp dependency as optional in r5 (#421)

This commit is contained in:
Mark Iantorno 2021-01-21 14:13:51 -05:00 committed by GitHub
parent c687316b38
commit 75a938f24f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,7 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.0</version>
<optional>true</optional>
</dependency>
<!-- Test dependencies -->
@ -128,6 +129,7 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.9.0</version>
<optional>true</optional>
<scope>test</scope>
</dependency>