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

peacewong pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
     new 1b9fd2ec6 feat: upgrade assembly's xml schema (#3624)
1b9fd2ec6 is described below

commit 1b9fd2ec6d1df29e0323fa05f1f072c3e514f9d3
Author: Jack Xu <[email protected]>
AuthorDate: Thu Oct 13 14:57:17 2022 +0800

    feat: upgrade assembly's xml schema (#3624)
---
 .../linkis-cli-application/src/main/assembly/distribution.xml     | 8 +++-----
 .../src/main/assembly/distribution.xml                            | 8 +++-----
 .../src/main/assembly/distribution.xml                            | 8 +++-----
 .../linkis-entrance/src/main/assembly/distribution.xml            | 8 +++-----
 linkis-computation-governance/linkis-manager/distribution.xml     | 8 +++-----
 .../linkis-application-manager/src/main/assembly/distribution.xml | 8 +++-----
 linkis-dist/src/main/assembly/distribution.xml                    | 3 ++-
 .../elasticsearch/src/main/assembly/distribution.xml              | 6 ++----
 .../flink/src/main/assembly/distribution.xml                      | 8 +++-----
 linkis-engineconn-plugins/hive/src/main/assembly/distribution.xml | 8 +++-----
 .../io_file/src/main/assembly/distribution.xml                    | 8 +++-----
 linkis-engineconn-plugins/jdbc/src/main/assembly/distribution.xml | 8 +++-----
 .../openlookeng/src/main/assembly/distribution.xml                | 8 +++-----
 .../pipeline/src/main/assembly/distribution.xml                   | 8 +++-----
 .../presto/src/main/assembly/distribution.xml                     | 6 ++----
 .../python/src/main/assembly/distribution.xml                     | 8 +++-----
 .../shell/src/main/assembly/distribution.xml                      | 8 +++-----
 .../spark/src/main/assembly/distribution.xml                      | 8 +++-----
 .../sqoop/src/main/assembly/distribution.xml                      | 6 ++----
 .../trino/src/main/assembly/distribution.xml                      | 6 ++----
 linkis-public-enhancements/distribution.xml                       | 8 +++-----
 .../linkis-basedata-manager/src/main/assembly/distribution.xml    | 8 +++-----
 .../linkis-bml-server/src/main/assembly/distribution.xml          | 8 +++-----
 .../linkis-cs-server/src/main/assembly/distribution.xml           | 8 +++-----
 .../server/src/main/assembly/distribution.xml                     | 6 ++----
 .../server/src/main/assembly/distribution.xml                     | 6 ++----
 .../service/elasticsearch/src/main/assembly/distribution.xml      | 6 ++----
 .../service/hive/src/main/assembly/distribution.xml               | 6 ++----
 .../service/kafka/src/main/assembly/distribution.xml              | 6 ++----
 .../service/mysql/src/main/assembly/distribution.xml              | 6 ++----
 .../linkis-metadata/src/main/assembly/distribution.xml            | 8 +++-----
 .../linkis-eureka/src/main/assembly/distribution.xml              | 8 +++-----
 .../linkis-service-gateway/linkis-gateway-server-support/pom.xml  | 6 ------
 .../src/main/assembly/distribution.xml                            | 8 +++-----
 34 files changed, 88 insertions(+), 157 deletions(-)

diff --git 
a/linkis-computation-governance/linkis-client/linkis-cli/linkis-cli-application/src/main/assembly/distribution.xml
 
b/linkis-computation-governance/linkis-client/linkis-cli/linkis-cli-application/src/main/assembly/distribution.xml
index bbc634bd2..a1cf04696 100644
--- 
a/linkis-computation-governance/linkis-client/linkis-cli/linkis-cli-application/src/main/assembly/distribution.xml
+++ 
b/linkis-computation-governance/linkis-client/linkis-cli/linkis-cli-application/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-cli</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-computation-governance/linkis-engineconn-manager/linkis-engineconn-manager-server/src/main/assembly/distribution.xml
 
b/linkis-computation-governance/linkis-engineconn-manager/linkis-engineconn-manager-server/src/main/assembly/distribution.xml
index 7e5d90e65..da4e71662 100644
--- 
a/linkis-computation-governance/linkis-engineconn-manager/linkis-engineconn-manager-server/src/main/assembly/distribution.xml
+++ 
b/linkis-computation-governance/linkis-engineconn-manager/linkis-engineconn-manager-server/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-engineconn-manager</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-computation-governance/linkis-engineconn/linkis-engineconn-plugin-server/src/main/assembly/distribution.xml
 
b/linkis-computation-governance/linkis-engineconn/linkis-engineconn-plugin-server/src/main/assembly/distribution.xml
index 57698e03c..58cf63368 100644
--- 
a/linkis-computation-governance/linkis-engineconn/linkis-engineconn-plugin-server/src/main/assembly/distribution.xml
+++ 
b/linkis-computation-governance/linkis-engineconn/linkis-engineconn-plugin-server/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-application-manager</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-computation-governance/linkis-entrance/src/main/assembly/distribution.xml
 
b/linkis-computation-governance/linkis-entrance/src/main/assembly/distribution.xml
index d3513355f..313506fd0 100644
--- 
a/linkis-computation-governance/linkis-entrance/src/main/assembly/distribution.xml
+++ 
b/linkis-computation-governance/linkis-entrance/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-ujes-spark-entrance</id>
     <formats>
         <format>dir</format>
diff --git a/linkis-computation-governance/linkis-manager/distribution.xml 
b/linkis-computation-governance/linkis-manager/distribution.xml
index 77d4c694b..4b8028abc 100644
--- a/linkis-computation-governance/linkis-manager/distribution.xml
+++ b/linkis-computation-governance/linkis-manager/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-publicservice</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-computation-governance/linkis-manager/linkis-application-manager/src/main/assembly/distribution.xml
 
b/linkis-computation-governance/linkis-manager/linkis-application-manager/src/main/assembly/distribution.xml
index 4c84bb2c6..9340d7fc7 100644
--- 
a/linkis-computation-governance/linkis-manager/linkis-application-manager/src/main/assembly/distribution.xml
+++ 
b/linkis-computation-governance/linkis-manager/linkis-application-manager/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-application-manager</id>
     <formats>
         <format>dir</format>
diff --git a/linkis-dist/src/main/assembly/distribution.xml 
b/linkis-dist/src/main/assembly/distribution.xml
index a3a41432f..f04493f1b 100644
--- a/linkis-dist/src/main/assembly/distribution.xml
+++ b/linkis-dist/src/main/assembly/distribution.xml
@@ -16,7 +16,8 @@
   ~ limitations under the License.
   -->
 
-<assembly>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>dist</id>
     <formats>
         <format>tar.gz</format>
diff --git 
a/linkis-engineconn-plugins/elasticsearch/src/main/assembly/distribution.xml 
b/linkis-engineconn-plugins/elasticsearch/src/main/assembly/distribution.xml
index 2ecd8e0dc..d5360d46c 100644
--- a/linkis-engineconn-plugins/elasticsearch/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/elasticsearch/src/main/assembly/distribution.xml
@@ -16,10 +16,8 @@
   ~ limitations under the License.
   -->
 
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-engineplugin-elasticsearch</id>
     <formats>
         <format>dir</format>
diff --git a/linkis-engineconn-plugins/flink/src/main/assembly/distribution.xml 
b/linkis-engineconn-plugins/flink/src/main/assembly/distribution.xml
index 35eba4025..222f964c5 100644
--- a/linkis-engineconn-plugins/flink/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/flink/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-engineconn-plugin-flink</id>
     <formats>
         <format>dir</format>
diff --git a/linkis-engineconn-plugins/hive/src/main/assembly/distribution.xml 
b/linkis-engineconn-plugins/hive/src/main/assembly/distribution.xml
index f06614da2..c9e84398e 100644
--- a/linkis-engineconn-plugins/hive/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/hive/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-engineplugin-hive</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-engineconn-plugins/io_file/src/main/assembly/distribution.xml 
b/linkis-engineconn-plugins/io_file/src/main/assembly/distribution.xml
index 04adcab9d..00ee58ad3 100644
--- a/linkis-engineconn-plugins/io_file/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/io_file/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-engineplugin-io_file</id>
     <formats>
         <format>dir</format>
diff --git a/linkis-engineconn-plugins/jdbc/src/main/assembly/distribution.xml 
b/linkis-engineconn-plugins/jdbc/src/main/assembly/distribution.xml
index 573caf889..2083703a3 100644
--- a/linkis-engineconn-plugins/jdbc/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/jdbc/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-manager-enginePlugin-jdbc</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-engineconn-plugins/openlookeng/src/main/assembly/distribution.xml 
b/linkis-engineconn-plugins/openlookeng/src/main/assembly/distribution.xml
index 60c9dfaab..b0219d07d 100644
--- a/linkis-engineconn-plugins/openlookeng/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/openlookeng/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-engineplugin-openlookeng</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-engineconn-plugins/pipeline/src/main/assembly/distribution.xml 
b/linkis-engineconn-plugins/pipeline/src/main/assembly/distribution.xml
index e48771a5b..85a477c94 100644
--- a/linkis-engineconn-plugins/pipeline/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/pipeline/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-enginePlugin-pipeline</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-engineconn-plugins/presto/src/main/assembly/distribution.xml 
b/linkis-engineconn-plugins/presto/src/main/assembly/distribution.xml
index 76f3e9cf3..a1b49206a 100644
--- a/linkis-engineconn-plugins/presto/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/presto/src/main/assembly/distribution.xml
@@ -16,10 +16,8 @@
   ~ limitations under the License.
   -->
 
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-engineplugin-presto</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-engineconn-plugins/python/src/main/assembly/distribution.xml 
b/linkis-engineconn-plugins/python/src/main/assembly/distribution.xml
index d2a030e57..83438871a 100644
--- a/linkis-engineconn-plugins/python/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/python/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-engineplugin-python</id>
     <formats>
         <format>dir</format>
diff --git a/linkis-engineconn-plugins/shell/src/main/assembly/distribution.xml 
b/linkis-engineconn-plugins/shell/src/main/assembly/distribution.xml
index 40a7db106..51478862b 100755
--- a/linkis-engineconn-plugins/shell/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/shell/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-enginePlugin-shell</id>
     <formats>
         <format>dir</format>
diff --git a/linkis-engineconn-plugins/spark/src/main/assembly/distribution.xml 
b/linkis-engineconn-plugins/spark/src/main/assembly/distribution.xml
index 824af8d72..b1de6a751 100644
--- a/linkis-engineconn-plugins/spark/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/spark/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-enginePlugin-spark</id>
     <formats>
         <format>dir</format>
diff --git a/linkis-engineconn-plugins/sqoop/src/main/assembly/distribution.xml 
b/linkis-engineconn-plugins/sqoop/src/main/assembly/distribution.xml
index 52264659d..3c711f4a4 100644
--- a/linkis-engineconn-plugins/sqoop/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/sqoop/src/main/assembly/distribution.xml
@@ -17,10 +17,8 @@
  */
 -->
 
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>sqoop</id>
     <formats>
         <format>dir</format>
diff --git a/linkis-engineconn-plugins/trino/src/main/assembly/distribution.xml 
b/linkis-engineconn-plugins/trino/src/main/assembly/distribution.xml
index b97db6783..3fa53ccb1 100644
--- a/linkis-engineconn-plugins/trino/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/trino/src/main/assembly/distribution.xml
@@ -16,10 +16,8 @@
   ~ limitations under the License.
   -->
 
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-manager-enginePlugin-trino</id>
     <formats>
         <format>dir</format>
diff --git a/linkis-public-enhancements/distribution.xml 
b/linkis-public-enhancements/distribution.xml
index 2095b2f85..2d96524cd 100644
--- a/linkis-public-enhancements/distribution.xml
+++ b/linkis-public-enhancements/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-publicservice</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-public-enhancements/linkis-basedata-manager/src/main/assembly/distribution.xml
 
b/linkis-public-enhancements/linkis-basedata-manager/src/main/assembly/distribution.xml
index 5e0d66a66..195bcc4f7 100644
--- 
a/linkis-public-enhancements/linkis-basedata-manager/src/main/assembly/distribution.xml
+++ 
b/linkis-public-enhancements/linkis-basedata-manager/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-basedata-manager</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-public-enhancements/linkis-bml/linkis-bml-server/src/main/assembly/distribution.xml
 
b/linkis-public-enhancements/linkis-bml/linkis-bml-server/src/main/assembly/distribution.xml
index 9700c215a..9bf1c8746 100644
--- 
a/linkis-public-enhancements/linkis-bml/linkis-bml-server/src/main/assembly/distribution.xml
+++ 
b/linkis-public-enhancements/linkis-bml/linkis-bml-server/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-bml</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-public-enhancements/linkis-context-service/linkis-cs-server/src/main/assembly/distribution.xml
 
b/linkis-public-enhancements/linkis-context-service/linkis-cs-server/src/main/assembly/distribution.xml
index 4fc0ae614..22638e590 100644
--- 
a/linkis-public-enhancements/linkis-context-service/linkis-cs-server/src/main/assembly/distribution.xml
+++ 
b/linkis-public-enhancements/linkis-context-service/linkis-cs-server/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-cs-server</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-public-enhancements/linkis-datasource/linkis-datasource-manager/server/src/main/assembly/distribution.xml
 
b/linkis-public-enhancements/linkis-datasource/linkis-datasource-manager/server/src/main/assembly/distribution.xml
index 3f23a21c3..e75135259 100644
--- 
a/linkis-public-enhancements/linkis-datasource/linkis-datasource-manager/server/src/main/assembly/distribution.xml
+++ 
b/linkis-public-enhancements/linkis-datasource/linkis-datasource-manager/server/src/main/assembly/distribution.xml
@@ -16,10 +16,8 @@
   ~ limitations under the License.
   -->
 
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-datasource-manager-server</id>
     <formats>
         <format>zip</format>
diff --git 
a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/server/src/main/assembly/distribution.xml
 
b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/server/src/main/assembly/distribution.xml
index 9611fd8ca..0387aded7 100644
--- 
a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/server/src/main/assembly/distribution.xml
+++ 
b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/server/src/main/assembly/distribution.xml
@@ -16,10 +16,8 @@
   ~ limitations under the License.
   -->
 
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-metadata-query-server</id>
     <formats>
         <format>zip</format>
diff --git 
a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/elasticsearch/src/main/assembly/distribution.xml
 
b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/elasticsearch/src/main/assembly/distribution.xml
index b5f688dab..b463956e4 100644
--- 
a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/elasticsearch/src/main/assembly/distribution.xml
+++ 
b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/elasticsearch/src/main/assembly/distribution.xml
@@ -16,10 +16,8 @@
   ~ limitations under the License.
   -->
 
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-metadata-query-service-es</id>
     <formats>
         <format>zip</format>
diff --git 
a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/hive/src/main/assembly/distribution.xml
 
b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/hive/src/main/assembly/distribution.xml
index 54693f8f8..e2e2b5d0f 100644
--- 
a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/hive/src/main/assembly/distribution.xml
+++ 
b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/hive/src/main/assembly/distribution.xml
@@ -16,10 +16,8 @@
   ~ limitations under the License.
   -->
 
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-metadata-query-service-hive</id>
     <formats>
         <format>zip</format>
diff --git 
a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/kafka/src/main/assembly/distribution.xml
 
b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/kafka/src/main/assembly/distribution.xml
index 997518b48..4181b7b3f 100644
--- 
a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/kafka/src/main/assembly/distribution.xml
+++ 
b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/kafka/src/main/assembly/distribution.xml
@@ -16,10 +16,8 @@
   ~ limitations under the License.
   -->
 
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-metadata-query-service-kafka</id>
     <formats>
         <format>zip</format>
diff --git 
a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/mysql/src/main/assembly/distribution.xml
 
b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/mysql/src/main/assembly/distribution.xml
index dab81a366..67746c06e 100644
--- 
a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/mysql/src/main/assembly/distribution.xml
+++ 
b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/mysql/src/main/assembly/distribution.xml
@@ -16,10 +16,8 @@
   ~ limitations under the License.
   -->
 
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-metadata-query-service-mysql</id>
     <formats>
         <format>zip</format>
diff --git 
a/linkis-public-enhancements/linkis-datasource/linkis-metadata/src/main/assembly/distribution.xml
 
b/linkis-public-enhancements/linkis-datasource/linkis-metadata/src/main/assembly/distribution.xml
index 2eaa68714..0d872b497 100644
--- 
a/linkis-public-enhancements/linkis-datasource/linkis-metadata/src/main/assembly/distribution.xml
+++ 
b/linkis-public-enhancements/linkis-datasource/linkis-metadata/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-metadata</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-spring-cloud-services/linkis-service-discovery/linkis-eureka/src/main/assembly/distribution.xml
 
b/linkis-spring-cloud-services/linkis-service-discovery/linkis-eureka/src/main/assembly/distribution.xml
index 1fded5f0c..f722478d4 100644
--- 
a/linkis-spring-cloud-services/linkis-service-discovery/linkis-eureka/src/main/assembly/distribution.xml
+++ 
b/linkis-spring-cloud-services/linkis-service-discovery/linkis-eureka/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>eurekaServer</id>
     <formats>
         <format>dir</format>
diff --git 
a/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-server-support/pom.xml
 
b/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-server-support/pom.xml
index f094ea3ad..d53622962 100644
--- 
a/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-server-support/pom.xml
+++ 
b/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-server-support/pom.xml
@@ -60,12 +60,6 @@
       </exclusions>
     </dependency>
 
-    <dependency>
-      <groupId>javax.servlet.jsp</groupId>
-      <artifactId>jsp-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
diff --git 
a/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-server-support/src/main/assembly/distribution.xml
 
b/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-server-support/src/main/assembly/distribution.xml
index 926d9b7e1..7180fea9c 100644
--- 
a/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-server-support/src/main/assembly/distribution.xml
+++ 
b/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-server-support/src/main/assembly/distribution.xml
@@ -15,11 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-  
-<assembly
-        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3";
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.3
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
+
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
     <id>linkis-gateway</id>
     <formats>
         <format>dir</format>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to