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 8b58f85786 optimize: exclude com.google.guava:listenablefuture (#6540)
8b58f85786 is described below

commit 8b58f857867fef2d251d34f176c2eb813967f4c9
Author: jimin <[email protected]>
AuthorDate: Tue May 14 10:25:05 2024 +0800

    optimize: exclude com.google.guava:listenablefuture (#6540)
---
 changes/en-us/2.x.md | 1 +
 changes/zh-cn/2.x.md | 1 +
 dependencies/pom.xml | 6 ++++++
 3 files changed, 8 insertions(+)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 44b48ec254..0d15601000 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -132,6 +132,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#6516](https://github.com/apache/incubator-seata/pull/6516)] optimize code 
format
 - [[#6529](https://github.com/apache/incubator-seata/pull/6529)] optimize 
release maven plugin
 - [[#6539](https://github.com/apache/incubator-seata/pull/6539)] add 
subcomponents license
+- [[#6540](https://github.com/apache/incubator-seata/pull/6540)] exclude 
com.google.guava:listenablefuture
 
 ### security:
 - [[#6069](https://github.com/apache/incubator-seata/pull/6069)] Upgrade Guava 
dependencies to fix security vulnerabilities
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 098f387cc3..4182ac7177 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -131,6 +131,7 @@
 - [[#6518](https://github.com/apache/incubator-seata/pull/6518)] 优化 
ConfigurationCache 代理方法
 - [[#6529](https://github.com/apache/incubator-seata/pull/6529)] 优化发布插件
 - [[#6539](https://github.com/apache/incubator-seata/pull/6539)] 增加组件 license
+- [[#6540](https://github.com/apache/incubator-seata/pull/6540)] 排除  
com.google.guava:listenablefuture 依赖
 
 ### security:
 - [[#6069](https://github.com/apache/incubator-seata/pull/6069)] 
升级Guava依赖版本,修复安全漏洞
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 02a016f36c..54dc3d8abb 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -475,6 +475,12 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
+                <exclusions>
+                    <exclusion>
+                        <groupId>com.google.guava</groupId>
+                        <artifactId>listenablefuture</artifactId>
+                    </exclusion>
+                </exclusions>
                 <version>${guava.version}</version>
             </dependency>
             <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to