This is an automated email from the ASF dual-hosted git repository.
jimin 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 86823586ef optimize: remove unused dependency (#7751)
86823586ef is described below
commit 86823586ef326914f3ac80ac29c4b3235672dd94
Author: Eric Wang <[email protected]>
AuthorDate: Fri Oct 31 06:08:12 2025 +0300
optimize: remove unused dependency (#7751)
---
compatible/pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/compatible/pom.xml b/compatible/pom.xml
index 12dae53c52..b8e1d7e7ae 100644
--- a/compatible/pom.xml
+++ b/compatible/pom.xml
@@ -121,17 +121,6 @@
<artifactId>druid</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]