diff --git a/paimon-core/pom.xml b/paimon-core/pom.xml index 2cbd4f33c96c..12b0258060b6 100644 --- a/paimon-core/pom.xml +++ b/paimon-core/pom.xml @@ -75,13 +75,13 @@ under the License. org.jetbrains.kotlin - kotlin-stdlib + kotlin-stdlib-jdk8 ${kotlin.version} com.squareup.okio - okio + okio-jvm ${okio.version} @@ -298,8 +298,8 @@ under the License. com.squareup.okhttp3:okhttp - com.squareup.okio:okio - org.jetbrains.kotlin:kotlin-stdlib + com.squareup.okio:okio-jvm + org.jetbrains.kotlin:kotlin-stdlib-jdk8 diff --git a/paimon-core/src/main/resources/META-INF/NOTICE b/paimon-core/src/main/resources/META-INF/NOTICE index fbc10422e0d6..6ee9aafd0421 100644 --- a/paimon-core/src/main/resources/META-INF/NOTICE +++ b/paimon-core/src/main/resources/META-INF/NOTICE @@ -6,5 +6,5 @@ The Apache Software Foundation (http://www.apache.org/). This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) - com.squareup.okhttp3:okhttp:4.12.0 -- com.squareup.okio:okio:3.6.0 -- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 \ No newline at end of file +- com.squareup.okio:okio-jvm:3.6.0 +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 \ No newline at end of file