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 70dd0e75fe optimize: remove unused dependencies (#7154) 70dd0e75fe is described below commit 70dd0e75fee94a114d780c281559760f01ab3456 Author: jimin <sliev...@163.com> AuthorDate: Tue Feb 11 10:38:26 2025 +0800 optimize: remove unused dependencies (#7154) --- discovery/seata-discovery-zk/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) 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