This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 6b44cfcda38 Remove useless exclusions (#28811)
6b44cfcda38 is described below
commit 6b44cfcda38abe77ca134268b2f0beb0d714b522
Author: Liang Zhang <[email protected]>
AuthorDate: Fri Oct 20 10:19:05 2023 +0800
Remove useless exclusions (#28811)
---
pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index f8b0915eb27..de75eaa20a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,10 +413,6 @@
<artifactId>jetcd-core</artifactId>
<version>${jetcd.version}</version>
<exclusions>
- <exclusion>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- </exclusion>
<exclusion>
<groupId>com.google.android</groupId>
<artifactId>annotations</artifactId>