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 903c6a3d3b optimize: remove org.eclipse.jetty dependency (#7138)
903c6a3d3b is described below

commit 903c6a3d3b358a89e114ff1099f6f48379f157f9
Author: Yongjun Hong <dev.yongj...@gmail.com>
AuthorDate: Sat Feb 8 10:59:07 2025 +0900

    optimize: remove org.eclipse.jetty dependency (#7138)
---
 changes/en-us/2.x.md |  1 +
 changes/zh-cn/2.x.md |  1 +
 dependencies/pom.xml | 11 -----------
 3 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 487dad93d5..060ee2c71c 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -28,6 +28,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#7093](https://github.com/apache/incubator-seata/pull/7093)] add a test 
workflow for JDK 21
 - [[#7131](https://github.com/apache/incubator-seata/pull/7131)] Remove 
org.codehaus.jackson dependency
 - [[#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
 
 
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 876bbb0eb3..e1bbeb0fed 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -28,6 +28,7 @@
 - [[#7093](https://github.com/apache/incubator-seata/pull/7093)] 增加jdk21的工作流测试
 - [[#7131](https://github.com/apache/incubator-seata/pull/7131)] 移除 
org.codehaus.jackson 依赖
 - [[#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 版本
 
 
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index b982db7af6..e0bc33d9f4 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -133,7 +133,6 @@
         <!-- # for test -->
         <mockito.version>4.11.0</mockito.version>
         <assertj-core.version>3.12.2</assertj-core.version>
-        <jetty-version>9.4.38.v20210224</jetty-version>
         <janino-version>3.1.10</janino-version>
         <mockwebserver-version>4.12.0</mockwebserver-version>
         <native-lib-loader.version>2.4.0</native-lib-loader.version>
@@ -867,16 +866,6 @@
                 <artifactId>httpclient</artifactId>
                 <version>${httpclient.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.eclipse.jetty</groupId>
-                <artifactId>jetty-security</artifactId>
-                <version>${jetty-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.eclipse.jetty</groupId>
-                <artifactId>jetty-servlet</artifactId>
-                <version>${jetty-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.codehaus.janino</groupId>
                 <artifactId>janino</artifactId>


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

Reply via email to