Skip to content

Commit

Permalink
Remove useless dependencies declarations for infra pom (#31938)
Browse files Browse the repository at this point in the history
* Remove useless dependencies declarations for infra pom

* Remove useless dependencies declarations for infra pom
  • Loading branch information
terrymanu committed Jun 30, 2024
1 parent 1c84f2d commit c863311
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 35 deletions.
1 change: 1 addition & 0 deletions infra/algorithm/key-generator/type/snowflake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
Expand Down
1 change: 1 addition & 0 deletions infra/algorithm/message-digest/type/md5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<artifactId>shardingsphere-infra-algorithm-message-digest-core</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-test-util</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions infra/binder/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-exception-dialect-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-parser-sql-engine</artifactId>
Expand Down
18 changes: 9 additions & 9 deletions infra/data-source-pool/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
</dependency>

<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-test-fixture-database</artifactId>
Expand All @@ -54,5 +45,14 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
</dependency>
</dependencies>
</project>
5 changes: 0 additions & 5 deletions infra/database/core/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-exception-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-util</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions infra/merge/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-binder</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-executor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<module>common</module>
<module>context</module>
<module>url</module>
<module>algorithm</module>
<module>distsql-handler</module>
<module>parser</module>
<module>binder</module>
Expand All @@ -46,6 +47,5 @@
<module>expr</module>
<module>util</module>
<module>reachability-metadata</module>
<module>algorithm</module>
</modules>
</project>
5 changes: 0 additions & 5 deletions infra/route/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-binder</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-session</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions infra/url/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
<artifactId>shardingsphere-infra-url-spi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-exception-core</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.shardingsphere</groupId>
Expand Down

0 comments on commit c863311

Please sign in to comment.