You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/11/10 10:21:25 UTC

[shardingsphere] branch master updated: Remove sharding-core dependency for database-datetime module (#22038)

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 b3f92ab0398 Remove sharding-core dependency for database-datetime module (#22038)
b3f92ab0398 is described below

commit b3f92ab0398e831d5cb142e1c74dcb6254c8e6f7
Author: Hongsheng Zhong <zh...@apache.org>
AuthorDate: Thu Nov 10 18:21:18 2022 +0800

    Remove sharding-core dependency for database-datetime module (#22038)
---
 infra/datetime/type/database/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/infra/datetime/type/database/pom.xml b/infra/datetime/type/database/pom.xml
index c7bf65889a8..6bd95e7476d 100644
--- a/infra/datetime/type/database/pom.xml
+++ b/infra/datetime/type/database/pom.xml
@@ -32,12 +32,6 @@
             <artifactId>shardingsphere-infra-datetime-spi</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <!-- TODO seems it's not necessary -->
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-sharding-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>