This is an automated email from the ASF dual-hosted git repository. zhangliang 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 0dcf2d5312d Refactor dependencies on mode-node module (#34808) 0dcf2d5312d is described below commit 0dcf2d5312dd70af4ec71ef61ece2c68a705416e Author: Liang Zhang <zhangli...@apache.org> AuthorDate: Thu Feb 27 20:30:10 2025 +0800 Refactor dependencies on mode-node module (#34808) --- infra/algorithm/core/pom.xml | 5 +++++ mode/node/pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/infra/algorithm/core/pom.xml b/infra/algorithm/core/pom.xml index 6582fb76f40..a03c9b69a9c 100644 --- a/infra/algorithm/core/pom.xml +++ b/infra/algorithm/core/pom.xml @@ -27,6 +27,11 @@ <name>${project.artifactId}</name> <dependencies> + <dependency> + <groupId>org.apache.shardingsphere</groupId> + <artifactId>shardingsphere-mode-spi</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-mode-node</artifactId> diff --git a/mode/node/pom.xml b/mode/node/pom.xml index 5c666f9daa9..ed939c472bf 100644 --- a/mode/node/pom.xml +++ b/mode/node/pom.xml @@ -29,7 +29,7 @@ <dependencies> <dependency> <groupId>org.apache.shardingsphere</groupId> - <artifactId>shardingsphere-mode-spi</artifactId> + <artifactId>shardingsphere-infra-common</artifactId> <version>${project.version}</version> </dependency> </dependencies>