Skip to content

Commit b6f614e

Browse files
committed
Excluding conflicting transitive dependencies
1 parent 0d492c8 commit b6f614e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,23 @@
252252
<groupId>com.squareup.retrofit2</groupId>
253253
<artifactId>retrofit</artifactId>
254254
<version>2.6.1</version>
255+
<exclusions>
256+
<exclusion>
257+
<groupId>com.squareup.okhttp3</groupId>
258+
<artifactId>okhttp</artifactId>
259+
</exclusion>
260+
</exclusions>
255261
</dependency>
256262
<dependency>
257263
<groupId>com.squareup.retrofit2</groupId>
258264
<artifactId>converter-moshi</artifactId>
259265
<version>2.6.1</version>
266+
<exclusions>
267+
<exclusion>
268+
<groupId>com.squareup.okio</groupId>
269+
<artifactId>okio</artifactId>
270+
</exclusion>
271+
</exclusions>
260272
</dependency>
261273
<dependency>
262274
<groupId>org.msgpack</groupId>

0 commit comments

Comments
 (0)