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

jianbin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


The following commit(s) were added to refs/heads/2.x by this push:
     new b11cc1d152 optimize: remove unused dependencies (#7141)
b11cc1d152 is described below

commit b11cc1d1521b99a040170d9d8a5ea6b47f43a2dd
Author: jimin <sliev...@163.com>
AuthorDate: Sat Feb 8 13:59:52 2025 +0800

    optimize: remove unused dependencies (#7141)
---
 changes/en-us/2.x.md                 |  1 +
 changes/zh-cn/2.x.md                 |  1 +
 discovery/seata-discovery-zk/pom.xml | 10 ----------
 3 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 060ee2c71c..98b830daf0 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -30,6 +30,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#7134](https://github.com/apache/incubator-seata/pull/7134)] upgrade 
tomcat-embed to 9.0.98
 - [[#7138](https://github.com/apache/incubator-seata/pull/7138)] Remove 
org.eclipse.jetty dependency
 - [[#7139](https://github.com/apache/incubator-seata/pull/7139)] upgrade 
xstream to 1.4.21
+- [[#7141](https://github.com/apache/incubator-seata/pull/7141)] remove unused 
dependencies
 
 
 ### security:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index e1bbeb0fed..92b5c56cb1 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -30,6 +30,7 @@
 - [[#7134](https://github.com/apache/incubator-seata/pull/7134)] 升级 
tomcat-embed 至 9.0.98 版本
 - [[#7138](https://github.com/apache/incubator-seata/pull/7138)] 移除 
org.eclipse.jetty 依赖
 - [[#7139](https://github.com/apache/incubator-seata/pull/7139)] 升级 xstream 至 
1.4.21 版本
+- [[#7141](https://github.com/apache/incubator-seata/pull/7141)] 去除未使用的依赖
 
 
 ### security:
diff --git a/discovery/seata-discovery-zk/pom.xml 
b/discovery/seata-discovery-zk/pom.xml
index 51ee953451..439b9850cc 100644
--- a/discovery/seata-discovery-zk/pom.xml
+++ b/discovery/seata-discovery-zk/pom.xml
@@ -48,16 +48,6 @@
             <artifactId>curator-test</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-security</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-servlet</artifactId>
-            <scope>test</scope>
-        </dependency>
 
     </dependencies>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to