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 5388980 commit 12a9f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
24 changes: 1 addition & 23 deletions paimon-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ under the License.

<properties>
<frocksdbjni.version>6.20.3-ververica-2.0</frocksdbjni.version>
<kotlin.version>1.8.21</kotlin.version>
<okio.version>3.6.0</okio.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -73,18 +71,6 @@ under the License.
<version>${okhttp.version}</version>
</dependency>

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

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

<!-- test dependencies -->

<dependency>
Expand Down Expand Up @@ -299,22 +285,14 @@ under the License.
<includes combine.children="append">
<include>com.squareup.okhttp3:okhttp</include>
<include>com.squareup.okio:okio-jvm</include>
<include>org.jetbrains.kotlin:kotlin-stdlib-jdk8</include>
<include>org.jetbrains.kotlin:kotlin-stdlib</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>okhttp3</pattern>
<shadedPattern>org.apache.paimon.shade.okhttp3</shadedPattern>
</relocation>
<relocation>
<pattern>kotlin</pattern>
<shadedPattern>org.apache.paimon.shade.kotlin</shadedPattern>
</relocation>
<relocation>
<pattern>okio</pattern>
<shadedPattern>org.apache.paimon.shade.okio</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion paimon-core/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ 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-jvm:3.6.0
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21
- org.jetbrains.kotlin:kotlin-stdlib:1.8.21

0 comments on commit 12a9f69

Please sign in to comment.