Skip to content

Commit

Permalink
[core] fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LinMingQiang committed Feb 10, 2025
1 parent b635741 commit 5388980
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions paimon-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ under the License.

<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>${kotlin.version}</version>
</dependency>

<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<artifactId>okio-jvm</artifactId>
<version>${okio.version}</version>
</dependency>

Expand Down Expand Up @@ -298,8 +298,8 @@ under the License.
<artifactSet>
<includes combine.children="append">
<include>com.squareup.okhttp3:okhttp</include>
<include>com.squareup.okio:okio</include>
<include>org.jetbrains.kotlin:kotlin-stdlib</include>
<include>com.squareup.okio:okio-jvm</include>
<include>org.jetbrains.kotlin:kotlin-stdlib-jdk8</include>
</includes>
</artifactSet>
<relocations>
Expand Down
4 changes: 2 additions & 2 deletions paimon-core/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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
- com.squareup.okio:okio-jvm:3.6.0
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21

0 comments on commit 5388980

Please sign in to comment.