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

aloyszhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 42e84da7a2 [INLONG-11439][CI] Support parallel build (#11440)
42e84da7a2 is described below

commit 42e84da7a25162bc91521ec5bd345bfd44c08c59
Author: AloysZhang <aloyszh...@apache.org>
AuthorDate: Thu Oct 31 19:45:11 2024 +0800

    [INLONG-11439][CI] Support parallel build (#11440)
---
 .github/workflows/ci_build.yml                                        | 3 ++-
 .github/workflows/ci_ut.yml                                           | 4 ++--
 .github/workflows/ci_ut_flink13.yml                                   | 4 ++--
 .github/workflows/ci_ut_flink15.yml                                   | 4 ++--
 .github/workflows/ci_ut_flink18.yml                                   | 4 ++--
 .github/workflows/codeql_analysis.yml                                 | 2 +-
 inlong-audit/audit-service/pom.xml                                    | 2 +-
 inlong-audit/audit-store/pom.xml                                      | 2 +-
 inlong-sdk/dataproxy-sdk/pom.xml                                      | 2 +-
 inlong-sort/pom.xml                                                   | 2 +-
 inlong-sort/sort-dist/pom.xml                                         | 1 +
 inlong-sort/sort-flink/base/pom.xml                                   | 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/doris/pom.xml | 1 +
 .../sort-flink-v1.13/sort-connectors/elasticsearch-6/pom.xml          | 1 +
 .../sort-flink-v1.13/sort-connectors/elasticsearch-7/pom.xml          | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/filesystem/pom.xml    | 2 ++
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hbase/pom.xml | 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hive/pom.xml  | 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hudi/pom.xml  | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/iceberg/pom.xml       | 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/jdbc/pom.xml  | 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/kafka/pom.xml | 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/kudu/pom.xml  | 4 +---
 .../sort-flink/sort-flink-v1.13/sort-connectors/mongodb-cdc/pom.xml   | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/mysql-cdc/pom.xml     | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/oracle-cdc/pom.xml    | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/postgres-cdc/pom.xml  | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/pulsar/pom.xml        | 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/redis/pom.xml | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/sqlserver-cdc/pom.xml | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/starrocks/pom.xml     | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/tubemq/pom.xml        | 1 +
 .../sort-flink-v1.15/sort-connectors/elasticsearch-base/pom.xml       | 1 +
 inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/hbase/pom.xml | 1 +
 inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/hudi/pom.xml  | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/iceberg/pom.xml       | 2 +-
 inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/jdbc/pom.xml  | 1 +
 inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/kafka/pom.xml | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/mongodb-cdc/pom.xml   | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/mysql-cdc/pom.xml     | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/postgres-cdc/pom.xml  | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/pulsar/pom.xml        | 1 +
 inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/pom.xml | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/sqlserver-cdc/pom.xml | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/starrocks/pom.xml     | 3 +--
 .../sort-flink/sort-flink-v1.15/sort-connectors/tubemq/pom.xml        | 3 +--
 .../sort-flink-v1.18/sort-connectors/elasticsearch-base/pom.xml       | 1 +
 .../sort-flink-v1.18/sort-connectors/elasticsearch6/pom.xml           | 1 +
 .../sort-flink-v1.18/sort-connectors/elasticsearch7/pom.xml           | 1 +
 inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/jdbc/pom.xml  | 1 +
 .../sort-flink/sort-flink-v1.18/sort-connectors/pulsar/pom.xml        | 1 +
 51 files changed, 57 insertions(+), 22 deletions(-)

diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index 9c703d4517..ae6d3aefc4 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -107,7 +107,8 @@ jobs:
 
       - name: Build with Maven
         run: |
-          mvn --batch-mode --update-snapshots -e -V clean install -DskipTests 
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.http.reuseConnections=false 
-Daether.connector.requestTimeout=60000
+          mvn -B -U -ntp -e -V -T 1C clean install -pl '!inlong-distribution' 
-am -DskipTests -Dspotbugs.skip=true  -Dlicense.skip=true 
-Dcheckstyle.skip=true -Drat.skip=true -Dhttp.keepAlive=false 
-Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.http.reuseConnections=false 
-Daether.connector.requestTimeout=60000
+          mvn install -pl inlong-distribution -am -DskipTests 
-Dspotbugs.skip=true  -Dlicense.skip=true  -Dcheckstyle.skip=true  
-Drat.skip=true
         env:
           CI: false
 
diff --git a/.github/workflows/ci_ut.yml b/.github/workflows/ci_ut.yml
index 21d56a8b93..2d9c157893 100644
--- a/.github/workflows/ci_ut.yml
+++ b/.github/workflows/ci_ut.yml
@@ -115,12 +115,12 @@ jobs:
           sudo swapon /swapfile
 
       - name: Build with Maven
-        run: mvn --batch-mode --update-snapshots -e -V clean install 
-DskipTests -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.http.reuseConnections=false 
-Daether.connector.requestTimeout=60000
+        run: mvn -B -U -ntp -e -V clean install -DskipTests 
-Dspotbugs.skip=true  -Dlicense.skip=true  -Dcheckstyle.skip=true  
-Drat.skip=true -pl '!inlong-distribution' -am -T 1C -Dhttp.keepAlive=false 
-Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.http.reuseConnections=false 
-Daether.connector.requestTimeout=60000
         env:
           CI: false
 
       - name: Unit test with Maven
-        run: mvn --batch-mode --update-snapshots -e -V test -pl 
!:sort-end-to-end-tests-v1.15,!:sort-end-to-end-tests-v1.13,!:sort-end-to-end-tests-v1.18
+        run: mvn -B -U -e -V test -pl 
!:sort-end-to-end-tests-v1.15,!:sort-end-to-end-tests-v1.13,!:sort-end-to-end-tests-v1.18
         env:
           CI: false
 
diff --git a/.github/workflows/ci_ut_flink13.yml 
b/.github/workflows/ci_ut_flink13.yml
index 3889e27d91..9084e34a3a 100644
--- a/.github/workflows/ci_ut_flink13.yml
+++ b/.github/workflows/ci_ut_flink13.yml
@@ -84,12 +84,12 @@ jobs:
           restore-keys: ${{ runner.os }}-inlong-flink13
 
       - name: Build for Flink 1.13 with Maven
-        run: mvn --update-snapshots -e -V clean install -U -pl 
:sort-core,:sort-end-to-end-tests-v1.13 -am -Pv1.13 -DskipTests 
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.http.reuseConnections=false 
-Daether.connector.requestTimeout=60000
+        run: mvn -B -U -ntp -e -V -T 1C clean install -pl 
:sort-core,:sort-end-to-end-tests-v1.13 -am -Pv1.13 -DskipTests 
-Dspotbugs.skip=true  -Dlicense.skip=true -Dcheckstyle.skip=true 
-Drat.skip=true -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.http.reuseConnections=false 
-Daether.connector.requestTimeout=60000
         env:
           CI: false
 
       - name: Unit test for Flink 1.13 with Maven
-        run: mvn --update-snapshots -e -V verify -pl 
:sort-core,:sort-end-to-end-tests-v1.13 -am -Pv1.13
+        run: mvn -U -e -V verify -pl :sort-core,:sort-end-to-end-tests-v1.13 
-am -Pv1.13
         env:
           CI: false
 
diff --git a/.github/workflows/ci_ut_flink15.yml 
b/.github/workflows/ci_ut_flink15.yml
index d5200b6475..53b88957e0 100644
--- a/.github/workflows/ci_ut_flink15.yml
+++ b/.github/workflows/ci_ut_flink15.yml
@@ -84,12 +84,12 @@ jobs:
           restore-keys: ${{ runner.os }}-inlong-flink15
 
       - name: Build for Flink 1.15 with Maven
-        run: mvn --update-snapshots -e -V clean install -U -pl 
:sort-core,:sort-end-to-end-tests-v1.15 -am -Pv1.15 -DskipTests 
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.http.reuseConnections=false 
-Daether.connector.requestTimeout=60000
+        run: mvn -B -U -ntp -e -V -T 1C clean install -pl 
:sort-core,:sort-end-to-end-tests-v1.15 -am -Pv1.15 -DskipTests 
-Dspotbugs.skip=true  -Dlicense.skip=true -Dcheckstyle.skip=true 
-Drat.skip=true -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.http.reuseConnections=false 
-Daether.connector.requestTimeout=60000
         env:
           CI: false
 
       - name: Unit test for Flink 1.15 with Maven
-        run: mvn --update-snapshots -e -V verify -pl 
:sort-core,:sort-end-to-end-tests-v1.15 -am -Pv1.15
+        run: mvn -U -e -V verify -pl :sort-core,:sort-end-to-end-tests-v1.15 
-am -Pv1.15
         env:
           CI: false
 
diff --git a/.github/workflows/ci_ut_flink18.yml 
b/.github/workflows/ci_ut_flink18.yml
index bec6330283..d86ea53bfc 100644
--- a/.github/workflows/ci_ut_flink18.yml
+++ b/.github/workflows/ci_ut_flink18.yml
@@ -84,12 +84,12 @@ jobs:
           restore-keys: ${{ runner.os }}-inlong-flink18
 
       - name: Build for Flink 1.18 with Maven
-        run: mvn --update-snapshots -e -V clean install -U -pl 
:sort-end-to-end-tests-v1.18 -am -Pv1.18 -DskipTests -Dhttp.keepAlive=false 
-Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.http.reuseConnections=false 
-Daether.connector.requestTimeout=60000
+        run: mvn -B -U -ntp -e -V -T 1C clean install -pl 
:sort-end-to-end-tests-v1.18 -am -Pv1.18 -DskipTests -Dspotbugs.skip=true  
-Dlicense.skip=true -Dcheckstyle.skip=true -Drat.skip=true 
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.http.reuseConnections=false 
-Daether.connector.requestTimeout=60000
         env:
           CI: false
 
       - name: Unit test for Flink 1.18 with Maven
-        run: mvn --update-snapshots -e -V verify -pl 
:sort-end-to-end-tests-v1.18 -am -Pv1.18
+        run: mvn -U -e -V verify -pl :sort-end-to-end-tests-v1.18 -am -Pv1.18
         env:
           CI: false
 
diff --git a/.github/workflows/codeql_analysis.yml 
b/.github/workflows/codeql_analysis.yml
index d9c8b45380..a303eeb780 100644
--- a/.github/workflows/codeql_analysis.yml
+++ b/.github/workflows/codeql_analysis.yml
@@ -92,7 +92,7 @@ jobs:
 
       - name: Build with Maven
         run: |
-          mvn --batch-mode --update-snapshots -e -V clean install -DskipTests 
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.http.reuseConnections=false 
-Daether.connector.requestTimeout=60000
+          mvn -B -U -ntp -e -V -T 1C clean install -pl '!inlong-distribution' 
-am -DskipTests -Dspotbugs.skip=true  -Dlicense.skip=true 
-Dcheckstyle.skip=true -Drat.skip=true -Dhttp.keepAlive=false 
-Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.http.reuseConnections=false 
-Daether.connector.requestTimeout=60000
         env:
           CI: false
 
diff --git a/inlong-audit/audit-service/pom.xml 
b/inlong-audit/audit-service/pom.xml
index e73e77b70a..f04dcfe680 100644
--- a/inlong-audit/audit-service/pom.xml
+++ b/inlong-audit/audit-service/pom.xml
@@ -228,7 +228,7 @@
                     <artifactId>maven-shade-plugin</artifactId>
                     <configuration>
                         
<keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
-                        
<createDependencyReducedPom>true</createDependencyReducedPom>
+                        
<createDependencyReducedPom>false</createDependencyReducedPom>
                         <filters>
                             <filter>
                                 <artifact>*:*</artifact>
diff --git a/inlong-audit/audit-store/pom.xml b/inlong-audit/audit-store/pom.xml
index 60d69a3e19..74e46ff317 100644
--- a/inlong-audit/audit-store/pom.xml
+++ b/inlong-audit/audit-store/pom.xml
@@ -366,7 +366,7 @@
                     <artifactId>maven-shade-plugin</artifactId>
                     <configuration>
                         
<keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
-                        
<createDependencyReducedPom>true</createDependencyReducedPom>
+                        
<createDependencyReducedPom>false</createDependencyReducedPom>
                         <filters>
                             <filter>
                                 <artifact>*:*</artifact>
diff --git a/inlong-sdk/dataproxy-sdk/pom.xml b/inlong-sdk/dataproxy-sdk/pom.xml
index 8cccaa7d6e..92d8acc89a 100644
--- a/inlong-sdk/dataproxy-sdk/pom.xml
+++ b/inlong-sdk/dataproxy-sdk/pom.xml
@@ -126,6 +126,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
                 <configuration>
+                    
<createDependencyReducedPom>false</createDependencyReducedPom>
                     <artifactSet>
                         <includes>
                             <include>org.apache.inlong:*</include>
@@ -153,7 +154,6 @@
                             
<shadedPattern>org.apache.inlong.dataproxy.shaded.org.apache.thrift</shadedPattern>
                         </relocation>
                     </relocations>
-                    
<createDependencyReducedPom>false</createDependencyReducedPom>
                     <minimizeJar>true</minimizeJar>
                     <filters>
                         <filter>
diff --git a/inlong-sort/pom.xml b/inlong-sort/pom.xml
index 8ebd3e2244..9a01a92cdd 100644
--- a/inlong-sort/pom.xml
+++ b/inlong-sort/pom.xml
@@ -114,7 +114,7 @@
                             <phase>package</phase>
                             <configuration>
                                 <shadeTestJar>false</shadeTestJar>
-                                
<createDependencyReducedPom>true</createDependencyReducedPom>
+                                
<createDependencyReducedPom>false</createDependencyReducedPom>
                                 
<dependencyReducedPomLocation>${project.basedir}/target/dependency-reduced-pom.xml</dependencyReducedPomLocation>
                                 <createSourcesJar>true</createSourcesJar>
                                 <transformers>
diff --git a/inlong-sort/sort-dist/pom.xml b/inlong-sort/sort-dist/pom.xml
index 82b3ed9d0d..6c48ff8f91 100644
--- a/inlong-sort/sort-dist/pom.xml
+++ b/inlong-sort/sort-dist/pom.xml
@@ -74,6 +74,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             
<shadedArtifactAttached>false</shadedArtifactAttached>
                             
<finalName>${project.artifactId}-${project.version}</finalName>
                             <filters>
diff --git a/inlong-sort/sort-flink/base/pom.xml 
b/inlong-sort/sort-flink/base/pom.xml
index 26aceb0ebd..19c36af5fc 100644
--- a/inlong-sort/sort-flink/base/pom.xml
+++ b/inlong-sort/sort-flink/base/pom.xml
@@ -96,6 +96,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>io.opentelemetry*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/doris/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/doris/pom.xml
index a156546f9a..ddd2123663 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/doris/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/doris/pom.xml
@@ -75,6 +75,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <filters>
                                 <filter>
                                     
<artifact>org.apache.inlong:sort-connector-*</artifact>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-6/pom.xml
 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-6/pom.xml
index cf255b394b..a4da428d45 100644
--- 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-6/pom.xml
+++ 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-6/pom.xml
@@ -168,6 +168,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <shadeTestJar>false</shadeTestJar>
                             <artifactSet>
                                 <includes>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-7/pom.xml
 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-7/pom.xml
index 86275fce54..543d5e75cf 100644
--- 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-7/pom.xml
+++ 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-7/pom.xml
@@ -157,6 +157,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <shadeTestJar>false</shadeTestJar>
                             <artifactSet>
                                 <includes>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/filesystem/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/filesystem/pom.xml
index d5ed95070f..28aad16c69 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/filesystem/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/filesystem/pom.xml
@@ -45,6 +45,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
+
                 <executions>
                     <execution>
                         <id>shade-flink</id>
@@ -53,6 +54,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hbase/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hbase/pom.xml
index 4231196d95..7cc096a93b 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hbase/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hbase/pom.xml
@@ -79,6 +79,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <!--
                             Make the file hbase-default.xml under 
flink-sql-connector-hbase-2.2/src/main/resources
                             as the hbase-default.xml in the shaded target jar 
here, because we don't want to check
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hive/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hive/pom.xml
index bc8457af3f..d2aa82dc80 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hive/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hive/pom.xml
@@ -243,6 +243,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <filters>
                                 <filter>
                                     
<artifact>org.apache.inlong:sort-connector-*</artifact>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hudi/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hudi/pom.xml
index 97c09d242a..6ae03e978a 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hudi/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hudi/pom.xml
@@ -101,6 +101,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.hudi:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/iceberg/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/iceberg/pom.xml
index 2c0119d559..8e957a9f32 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/iceberg/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/iceberg/pom.xml
@@ -112,6 +112,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/jdbc/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/jdbc/pom.xml
index 97e45da16d..5b2045036a 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/jdbc/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/jdbc/pom.xml
@@ -96,6 +96,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <filters>
                                 <filter>
                                     
<artifact>org.apache.inlong:sort-connector-*</artifact>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/kafka/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/kafka/pom.xml
index fe9f3dd54f..2e56cc7193 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/kafka/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/kafka/pom.xml
@@ -70,6 +70,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/kudu/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/kudu/pom.xml
index 39e0f66c0a..13d2d02355 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/kudu/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/kudu/pom.xml
@@ -125,9 +125,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <configuration>
-                    
<createDependencyReducedPom>false</createDependencyReducedPom>
-                </configuration>
                 <executions>
                     <execution>
                         <id>shade-flink</id>
@@ -136,6 +133,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <filters>
                                 <filter>
                                     
<artifact>org.apache.inlong:sort-connector-*</artifact>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/mongodb-cdc/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/mongodb-cdc/pom.xml
index 48f9161993..415f7ef105 100644
--- 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/mongodb-cdc/pom.xml
+++ 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/mongodb-cdc/pom.xml
@@ -89,6 +89,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/mysql-cdc/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/mysql-cdc/pom.xml
index c6f02a3819..03faf376d5 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/mysql-cdc/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/mysql-cdc/pom.xml
@@ -80,6 +80,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/oracle-cdc/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/oracle-cdc/pom.xml
index 6d60bfb021..8f5e48fc90 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/oracle-cdc/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/oracle-cdc/pom.xml
@@ -98,6 +98,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/postgres-cdc/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/postgres-cdc/pom.xml
index 939b286b69..6e2aaa6a82 100644
--- 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/postgres-cdc/pom.xml
+++ 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/postgres-cdc/pom.xml
@@ -121,6 +121,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/pulsar/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/pulsar/pom.xml
index b118468e93..2bacd0940b 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/pulsar/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/pulsar/pom.xml
@@ -103,6 +103,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                             <artifactSet>
                                 <includes>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/redis/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/redis/pom.xml
index 53c9e00a58..018197b613 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/redis/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/redis/pom.xml
@@ -140,6 +140,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <filters>
                                 <filter>
                                     
<artifact>org.apache.inlong:sort-connector-*</artifact>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/sqlserver-cdc/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/sqlserver-cdc/pom.xml
index d94ef81eac..a007657309 100644
--- 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/sqlserver-cdc/pom.xml
+++ 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/sqlserver-cdc/pom.xml
@@ -57,6 +57,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/starrocks/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/starrocks/pom.xml
index 37809c500b..ca0a266494 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/starrocks/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/starrocks/pom.xml
@@ -58,6 +58,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <filters>
                                 <filter>
                                     
<artifact>org.apache.inlong:sort-connector-*</artifact>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/tubemq/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/tubemq/pom.xml
index 3d816281f5..ad5859d5cb 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/tubemq/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/tubemq/pom.xml
@@ -72,6 +72,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <filters>
                                 <filter>
                                     
<artifact>org.apache.inlong:sort-connector-*</artifact>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/elasticsearch-base/pom.xml
 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/elasticsearch-base/pom.xml
index 5d6020992d..eb2d0ee41a 100644
--- 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/elasticsearch-base/pom.xml
+++ 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/elasticsearch-base/pom.xml
@@ -108,6 +108,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                             <filters>
                                 <filter>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/hbase/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/hbase/pom.xml
index 2d0f89da25..b6a6b813e2 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/hbase/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/hbase/pom.xml
@@ -92,6 +92,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <!--
                             Make the file hbase-default.xml under 
flink-sql-connector-hbase-2.2/src/main/resources
                             as the hbase-default.xml in the shaded target jar 
here, because we don't want to check
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/hudi/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/hudi/pom.xml
index 3deefcd792..8acf7d09c2 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/hudi/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/hudi/pom.xml
@@ -77,6 +77,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     
<include>org.apache.hive:hive-exec</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/iceberg/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/iceberg/pom.xml
index b69f7023ec..d85fccc3dd 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/iceberg/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/iceberg/pom.xml
@@ -120,7 +120,7 @@
                         <phase>package</phase>
 
                         <configuration>
-
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/jdbc/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/jdbc/pom.xml
index b68da56759..ca168568fa 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/jdbc/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/jdbc/pom.xml
@@ -80,6 +80,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <filters>
                                 <filter>
                                     <artifact>*:*</artifact>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/kafka/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/kafka/pom.xml
index 9e26e4e821..7a65cd6a71 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/kafka/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/kafka/pom.xml
@@ -73,6 +73,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/mongodb-cdc/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/mongodb-cdc/pom.xml
index 3ff1f167a0..b19413f9fa 100644
--- 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/mongodb-cdc/pom.xml
+++ 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/mongodb-cdc/pom.xml
@@ -80,6 +80,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/mysql-cdc/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/mysql-cdc/pom.xml
index b0b099d810..46f3d5b12f 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/mysql-cdc/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/mysql-cdc/pom.xml
@@ -92,6 +92,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/postgres-cdc/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/postgres-cdc/pom.xml
index 4c35d6f9ee..80ed81dbbb 100644
--- 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/postgres-cdc/pom.xml
+++ 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/postgres-cdc/pom.xml
@@ -91,6 +91,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/pulsar/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/pulsar/pom.xml
index 10e5653ed0..6a90273d63 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/pulsar/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/pulsar/pom.xml
@@ -238,6 +238,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                             <artifactSet>
                                 <includes>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/pom.xml
index 517206ff6e..4fd235fa68 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/pom.xml
@@ -142,6 +142,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/sqlserver-cdc/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/sqlserver-cdc/pom.xml
index eab63199d1..1c6ed90822 100644
--- 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/sqlserver-cdc/pom.xml
+++ 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/sqlserver-cdc/pom.xml
@@ -72,6 +72,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/starrocks/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/starrocks/pom.xml
index c65d6e5823..13f7038af5 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/starrocks/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/starrocks/pom.xml
@@ -57,7 +57,6 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
                 <version>${plugin.shade.version}</version>
-
                 <executions>
                     <execution>
                         <id>shade-flink</id>
@@ -67,7 +66,7 @@
                         <phase>package</phase>
 
                         <configuration>
-
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/tubemq/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/tubemq/pom.xml
index f4391f36c4..f863d1cc30 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/tubemq/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/tubemq/pom.xml
@@ -72,7 +72,6 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
                 <version>${plugin.shade.version}</version>
-
                 <executions>
                     <execution>
                         <id>shade-flink</id>
@@ -82,7 +81,7 @@
                         <phase>package</phase>
 
                         <configuration>
-
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.inlong:*</include>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch-base/pom.xml
 
b/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch-base/pom.xml
index 6eea1dd3b5..b6dc4fc3d6 100644
--- 
a/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch-base/pom.xml
+++ 
b/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch-base/pom.xml
@@ -108,6 +108,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                             <filters>
                                 <filter>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch6/pom.xml
 
b/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch6/pom.xml
index d94351d37e..1a2d083794 100644
--- 
a/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch6/pom.xml
+++ 
b/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch6/pom.xml
@@ -95,6 +95,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                             <filters>
                                 <filter>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch7/pom.xml
 
b/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch7/pom.xml
index d546cc70f6..2db3b6dea4 100644
--- 
a/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch7/pom.xml
+++ 
b/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch7/pom.xml
@@ -105,6 +105,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                             <filters>
                                 <filter>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/jdbc/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/jdbc/pom.xml
index 87d6914c64..179c194a18 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/jdbc/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/jdbc/pom.xml
@@ -90,6 +90,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <filters>
                                 <filter>
                                     <artifact>*:*</artifact>
diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/pulsar/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/pulsar/pom.xml
index ebfc759af2..a50d820c16 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/pulsar/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/pulsar/pom.xml
@@ -78,6 +78,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
+                            
<createDependencyReducedPom>false</createDependencyReducedPom>
                             
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                             <artifactSet>
                                 <includes>


Reply via email to