This is an automated email from the ASF dual-hosted git repository. jimin pushed a commit to branch 2.3.0 in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.3.0 by this push: new 6d3e17a72c optimize: remove org.eclipse.jetty dependency (#7152) 6d3e17a72c is described below commit 6d3e17a72c26302cf3855419c50d35febd19fb59 Author: jimin <sliev...@163.com> AuthorDate: Tue Feb 11 10:29:31 2025 +0800 optimize: remove org.eclipse.jetty dependency (#7152) --- dependencies/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 588aeddfd9..c3af5a1a5d 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -132,7 +132,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> @@ -858,16 +857,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