This is an automated email from the ASF dual-hosted git repository.
sunnianjun 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 371396367aa Remove useless dependencies decoration (#28809)
371396367aa is described below
commit 371396367aad56332959002668a4e5d62dd6d345
Author: Liang Zhang <[email protected]>
AuthorDate: Fri Oct 20 00:11:41 2023 +0800
Remove useless dependencies decoration (#28809)
---
pom.xml | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/pom.xml b/pom.xml
index f6ea7c2d9fb..87232dac3cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,10 +176,6 @@
<groupId>com.google.guava</groupId>
<artifactId>listenablefuture</artifactId>
</exclusion>
- <exclusion>
- <groupId>com.google.errorprone</groupId>
- <artifactId>error_prone_annotations</artifactId>
- </exclusion>
<exclusion>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
@@ -288,12 +284,6 @@
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>${calcite.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.jayway.jsonpath</groupId>
- <artifactId>json-path</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
@@ -657,12 +647,6 @@
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>${caffeine.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.checkerframework</groupId>
- <artifactId>checker-qual</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
@@ -679,14 +663,6 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
- <dependency>
- <groupId>org.checkerframework</groupId>
- <artifactId>checker-qual</artifactId>
- </dependency>
- <dependency>
- <groupId>com.google.errorprone</groupId>
- <artifactId>error_prone_annotations</artifactId>
- </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>