This is an automated email from the ASF dual-hosted git repository.

wuchunfu pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new a3513eb573 [Bugfix][example] Fixing spark test cases (#8589)
a3513eb573 is described below

commit a3513eb573197a077f25b7fa7a97e1f298f3d65f
Author: Guangdong Liu <[email protected]>
AuthorDate: Fri Jan 24 15:04:27 2025 +0800

    [Bugfix][example] Fixing spark test cases (#8589)
---
 .../seatunnel-spark-connector-v2-example/pom.xml            | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml 
b/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml
index 16f974585e..1602286cf7 100644
--- a/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml
+++ b/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml
@@ -85,8 +85,21 @@
                     <groupId>com.thoughtworks.paranamer</groupId>
                     <artifactId>paranamer</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>io.netty</groupId>
+                    <artifactId>netty</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>io.netty</groupId>
+                    <artifactId>netty-all</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-all</artifactId>
+            <version>4.1.104.Final</version>
+        </dependency>
         <dependency>
             <groupId>com.thoughtworks.paranamer</groupId>
             <artifactId>paranamer</artifactId>

Reply via email to