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

zhouyao2023 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 bccf9a1845 [Hotfix] Fix spark example (#6486)
bccf9a1845 is described below

commit bccf9a1845ece1a1fe676f85a635b161e6ce1757
Author: hailin0 <[email protected]>
AuthorDate: Tue Mar 12 11:40:49 2024 +0800

    [Hotfix] Fix spark example (#6486)
    
    * [Hotfix] Fix spark example
    
    * fix codestyle
---
 .../seatunnel-spark-connector-v2-example/pom.xml              | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml 
b/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml
index 2b920850a9..16f974585e 100644
--- a/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml
+++ b/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml
@@ -80,6 +80,17 @@
             <artifactId>spark-core_${scala.binary.version}</artifactId>
             <version>${spark.2.4.0.version}</version>
             <scope>${spark.scope}</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.thoughtworks.paranamer</groupId>
+                    <artifactId>paranamer</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>com.thoughtworks.paranamer</groupId>
+            <artifactId>paranamer</artifactId>
+            <version>2.8</version>
         </dependency>
 
         <dependency>

Reply via email to