Skip to content

Commit

Permalink
Exclude okio
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoox committed Oct 15, 2020
1 parent c305a92 commit 01046f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi</artifactId>
<version>1.11.0</version>
<exclusions>
<!-- let wire control the okio version -->
<exclusion>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 01046f8

Please sign in to comment.