Skip to content

Commit

Permalink
Replace okio with okio-jvm.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmadhavig committed Dec 11, 2024
1 parent 7c6a62b commit 369622a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,18 @@
<dependency>
<groupId>org.wso2.charon</groupId>
<artifactId>org.wso2.charon3.core</artifactId>
<exclusions>
<exclusion>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
</exclusion>
</exclusions>
<version>${charon.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>3.6.0</version>
<scope>provided</scope>
<artifactId>okio-jvm</artifactId>
<version>3.9.0</version>
</dependency>
<dependency>
<groupId>commons-lang.wso2</groupId>
Expand Down

0 comments on commit 369622a

Please sign in to comment.