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 a09574b0b0f Remove unnecessary dependencies on mask module (#30569)
a09574b0b0f is described below
commit a09574b0b0fa03ce58a838a376bf5a75d346d122
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Mar 20 23:36:42 2024 +0800
Remove unnecessary dependencies on mask module (#30569)
* Remove unnecessary dependencies on mask module
* Remove unnecessary dependencies on mask module
---
features/mask/api/pom.xml | 5 -----
features/mask/distsql/parser/pom.xml | 5 -----
2 files changed, 10 deletions(-)
diff --git a/features/mask/api/pom.xml b/features/mask/api/pom.xml
index d3caaee4097..d3827f52bce 100644
--- a/features/mask/api/pom.xml
+++ b/features/mask/api/pom.xml
@@ -27,11 +27,6 @@
<name>${project.artifactId}</name>
<dependencies>
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-infra-common</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-algorithm-core</artifactId>
diff --git a/features/mask/distsql/parser/pom.xml
b/features/mask/distsql/parser/pom.xml
index 1db33fde2f8..accda850762 100644
--- a/features/mask/distsql/parser/pom.xml
+++ b/features/mask/distsql/parser/pom.xml
@@ -27,11 +27,6 @@
<name>${project.artifactId}</name>
<dependencies>
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-parser-sql-spi</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-parser-distsql-engine</artifactId>