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

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


The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
     new a3d4003e6 [issue:4088] exclude linkis-gateway-server-support-1.1.1 
(#4089)
a3d4003e6 is described below

commit a3d4003e6e2ad5e73f566ec08cbdf21f8605f2a0
Author: aiceflower <[email protected]>
AuthorDate: Wed Jan 4 17:00:32 2023 +0800

    [issue:4088] exclude linkis-gateway-server-support-1.1.1 (#4089)
    
    * exclude linkis-gateway-server-support
---
 .../linkis-service-gateway/linkis-gateway-server-support/pom.xml  | 8 +++++++-
 tool/dependencies/known-dependencies.txt                          | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

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 cc1722de6..53c417982 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
@@ -98,7 +98,13 @@
     <dependency>
       <groupId>com.webank.wedatasphere.dss</groupId>
       <artifactId>dss-gateway-support</artifactId>
-      <version>1.1.0</version>
+      <version>1.1.1</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.linkis</groupId>
+          <artifactId>linkis-gateway-server-support</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
   </dependencies>
diff --git a/tool/dependencies/known-dependencies.txt 
b/tool/dependencies/known-dependencies.txt
index db1c91235..3dea93ecd 100644
--- a/tool/dependencies/known-dependencies.txt
+++ b/tool/dependencies/known-dependencies.txt
@@ -577,7 +577,7 @@ zstd-jni-1.4.4-7.jar
 zstd-jni-1.4.5-6.jar
 commons-pool2-2.8.1.jar
 jedis-2.9.2.jar
-dss-gateway-support-1.1.0.jar
+dss-gateway-support-1.1.1.jar
 seatunnel-core-flink-2.1.2.jar
 seatunnel-core-flink-sql-2.1.2.jar
 seatunnel-core-spark-2.1.2.jar


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

Reply via email to