From 571739715d15f8fd33d06217a88389d08392bf62 Mon Sep 17 00:00:00 2001 From: GDLMadushanka Date: Tue, 12 May 2026 09:09:16 +0530 Subject: [PATCH] Add okio 3.17.0 with upgraded kotlin version. Add okio 3.17.0 with upgraded kotlin versions Reference https://github.com/square/okio/pull/1767#issuecomment-4387631252 --- okio/3.17.0.wso2v1/pom.xml | 94 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 okio/3.17.0.wso2v1/pom.xml diff --git a/okio/3.17.0.wso2v1/pom.xml b/okio/3.17.0.wso2v1/pom.xml new file mode 100644 index 000000000..a5d442557 --- /dev/null +++ b/okio/3.17.0.wso2v1/pom.xml @@ -0,0 +1,94 @@ + + + + + + + 4.0.0 + org.wso2.orbit.com.squareup.okio + okio + 3.17.0.wso2v1 + bundle + WSO2 Carbon Orbit - Okio + + This bundle exports okio + + http://wso2.org + + + + wso2.releases + WSO2 internal Repository + https://maven.wso2.org/nexus/content/repositories/releases/ + + + + + + com.squareup.okio + okio + ${okio.version} + true + + + org.jetbrains.kotlin + kotlin-stdlib + ${kotlin.version} + + + + + + + org.apache.felix + maven-bundle-plugin + 3.5.0 + true + + + WSO2, Inc. + ${project.artifactId} + ${project.artifactId} + + okio.*;version="${project.version}" + + + + + !okio.*, + + + kotlin-stdlib;scope=compile|runtime;inline=false + + + {maven-resources} + + + + + + + + + 3.17.0 + 2.3.21 + +