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 <[email protected]>
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>