Skip to content

Commit

Permalink
exclude okio
Browse files Browse the repository at this point in the history
  • Loading branch information
yangpei1214 committed Feb 9, 2024
1 parent 530f5ee commit bbe261f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -141,6 +141,10 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
</exclusion>
<exclusion>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit bbe261f

Please sign in to comment.