This is an automated email from the ASF dual-hosted git repository. yixia 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 e603de5480 optimize: add tcc dependency srping-tx (#7101) e603de5480 is described below commit e603de5480bdc3d4dd0ee707ba9765e03ef3a308 Author: wt_better <yixia...@alibaba-inc.com> AuthorDate: Fri Jan 10 16:46:34 2025 +0800 optimize: add tcc dependency srping-tx (#7101) --- all/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/all/pom.xml b/all/pom.xml index 8148247ed4..6983eede6c 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -371,6 +371,10 @@ <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </dependency> <!-- the 3rd part --> <dependency> <groupId>io.netty</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org