Skip to content

Commit

Permalink
[dep] Move netty dep from bundle to flink (#3248)
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi authored Apr 23, 2024
1 parent b5960cd commit 10ef1d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 0 additions & 7 deletions paimon-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
9 changes: 9 additions & 0 deletions paimon-flink/paimon-flink-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 10ef1d2

Please sign in to comment.