Skip to content

Commit

Permalink
Remove unnecessary dependencies on mask module (#30569)
Browse files Browse the repository at this point in the history
* Remove unnecessary dependencies on mask module

* Remove unnecessary dependencies on mask module
  • Loading branch information
terrymanu authored Mar 20, 2024
1 parent 887bfdf commit a09574b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions features/mask/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 0 additions & 5 deletions features/mask/distsql/parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a09574b

Please sign in to comment.