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 0d492c8 commit b6f614eCopy full SHA for b6f614e
pom.xml
@@ -252,11 +252,23 @@
252
<groupId>com.squareup.retrofit2</groupId>
253
<artifactId>retrofit</artifactId>
254
<version>2.6.1</version>
255
+ <exclusions>
256
+ <exclusion>
257
+ <groupId>com.squareup.okhttp3</groupId>
258
+ <artifactId>okhttp</artifactId>
259
+ </exclusion>
260
+ </exclusions>
261
</dependency>
262
<dependency>
263
264
<artifactId>converter-moshi</artifactId>
265
266
267
268
+ <groupId>com.squareup.okio</groupId>
269
+ <artifactId>okio</artifactId>
270
271
272
273
274
<groupId>org.msgpack</groupId>
0 commit comments