This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 10ef1d246 [dep] Move netty dep from bundle to flink (#3248)
10ef1d246 is described below
commit 10ef1d246f8b083ca7c1c96ac0c73fbb52338fc0
Author: Jingsong Lee <[email protected]>
AuthorDate: Tue Apr 23 15:25:00 2024 +0800
[dep] Move netty dep from bundle to flink (#3248)
---
paimon-bundle/pom.xml | 7 -------
paimon-flink/paimon-flink-common/pom.xml | 9 +++++++++
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/paimon-bundle/pom.xml b/paimon-bundle/pom.xml
index dae22e29f..6f791bd14 100644
--- a/paimon-bundle/pom.xml
+++ b/paimon-bundle/pom.xml
@@ -108,12 +108,6 @@ under the License.
<artifactId>paimon-shade-caffeine-2</artifactId>
<version>${paimon.shade.caffeine.version}-${paimon.shade.version}</version>
</dependency>
-
- <dependency>
- <groupId>org.apache.paimon</groupId>
- <artifactId>paimon-shade-netty-4</artifactId>
-
<version>${paimon.shade.netty.version}-${paimon.shade.version}</version>
- </dependency>
</dependencies>
<build>
@@ -135,7 +129,6 @@ under the License.
<include>org.apache.paimon:paimon-shade-jackson-2</include>
<include>org.apache.paimon:paimon-shade-guava-30</include>
<include>org.apache.paimon:paimon-shade-caffeine-2</include>
-
<include>org.apache.paimon:paimon-shade-netty-4</include>
<!-- Paimon -->
<include>org.apache.paimon:paimon-common</include>
diff --git a/paimon-flink/paimon-flink-common/pom.xml
b/paimon-flink/paimon-flink-common/pom.xml
index eea8b9b58..e7442c260 100644
--- a/paimon-flink/paimon-flink-common/pom.xml
+++ b/paimon-flink/paimon-flink-common/pom.xml
@@ -59,6 +59,14 @@ under the License.
<scope>provided</scope>
</dependency>
+ <!-- lookup service -->
+
+ <dependency>
+ <groupId>org.apache.paimon</groupId>
+ <artifactId>paimon-shade-netty-4</artifactId>
+
<version>${paimon.shade.netty.version}-${paimon.shade.version}</version>
+ </dependency>
+
<!-- test dependencies -->
<dependency>
@@ -140,6 +148,7 @@ under the License.
<include>org.apache.paimon:paimon-bundle</include>
<include>org.apache.paimon:paimon-service-client</include>
<include>org.apache.paimon:paimon-service-runtime</include>
+
<include>org.apache.paimon:paimon-shade-netty-4</include>
</includes>
</artifactSet>
</configuration>