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

liugddx 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 8c2d57533e Fixed IMap file storage e2e bug (#5237)
8c2d57533e is described below

commit 8c2d57533ee1baf92871baddeae1d4772188166e
Author: Xiaojian Sun <[email protected]>
AuthorDate: Tue Aug 8 09:20:46 2023 +0800

    Fixed IMap file storage e2e bug (#5237)
---
 .../imap-storage-plugins/imap-storage-file/pom.xml          | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git 
a/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/imap-storage-file/pom.xml
 
b/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/imap-storage-file/pom.xml
index a742fe39a0..c7eb61012e 100644
--- 
a/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/imap-storage-file/pom.xml
+++ 
b/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/imap-storage-file/pom.xml
@@ -78,6 +78,19 @@
             <artifactId>hadoop-aliyun</artifactId>
             <version>${hadoop-aliyun.version}</version>
             <scope>provided</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>net.minidev</groupId>
+                    <artifactId>json-smart</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <dependency>
+            <groupId>net.minidev</groupId>
+            <artifactId>json-smart</artifactId>
+            <version>${json-smart.version}</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>

Reply via email to