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/01/20 10:49:53 UTC

[shardingsphere] branch master updated: Remove unnecessary module dependency (#14946)

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 e9e6552  Remove unnecessary module dependency (#14946)
e9e6552 is described below

commit e9e65525103652aafa2955ead45801531e86ab44
Author: Haoran Meng <me...@gmail.com>
AuthorDate: Thu Jan 20 18:49:08 2022 +0800

    Remove unnecessary module dependency (#14946)
---
 examples/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 7848e1b..ceb065f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -32,7 +32,6 @@
         <module>shardingsphere-jdbc-example</module>
         <module>shardingsphere-proxy-example</module>
         <module>shardingsphere-sample</module>
-        <module>shardingsphere-sample/shardingsphere-example-generated</module>
     </modules>
     
     <properties>