Skip to content

Commit

Permalink
[dependency] Update paimon-shade version; replace flink-shaded-netty …
Browse files Browse the repository at this point in the history
…by paimon-shaded-netty
  • Loading branch information
yuzelin authored and JingsongLi committed Jan 27, 2024
1 parent 6d15bd3 commit fcb83cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions paimon-service/paimon-service-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ under the License.
<artifactId>paimon-service-client</artifactId>
<name>Paimon : Service : Client</name>

<properties>
<flink.shaded.version>17.0</flink.shaded.version>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.paimon</groupId>
Expand All @@ -51,9 +47,9 @@ under the License.
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-netty</artifactId>
<version>4.1.91.Final-${flink.shaded.version}</version>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-shade-netty-4</artifactId>
<version>4.1.100.Final-${paimon.shade.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ under the License.

<properties>
<project.build.outputTimestamp>2024-01-26T02:00:20Z</project.build.outputTimestamp>
<paimon.shade.version>0.4.0-incubating</paimon.shade.version>
<paimon.shade.version>0.6.0-incubating</paimon.shade.version>
<paimon.shade.jackson.version>2.14.2</paimon.shade.jackson.version>
<paimon.shade.guava.version>30.1.1-jre</paimon.shade.guava.version>
<paimon.shade.caffeine.version>2.9.3</paimon.shade.caffeine.version>
Expand Down

0 comments on commit fcb83cf

Please sign in to comment.