From 46925b1b58bf3ca67994daaff3edb9fdf9c0e5db Mon Sep 17 00:00:00 2001 From: tristaZero Date: Tue, 28 Aug 2018 19:09:55 +0800 Subject: [PATCH] add sharding-orchestration-jdbc --- sharding-orchestration/pom.xml | 1 + .../sharding-orchestration-reg/pom.xml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 sharding-orchestration/sharding-orchestration-reg/pom.xml diff --git a/sharding-orchestration/pom.xml b/sharding-orchestration/pom.xml index 6783f73c9a..1a90d2e7ab 100644 --- a/sharding-orchestration/pom.xml +++ b/sharding-orchestration/pom.xml @@ -14,6 +14,7 @@ sharding-orchestration-core sharding-orchestration-jdbc + sharding-orchestration-reg diff --git a/sharding-orchestration/sharding-orchestration-reg/pom.xml b/sharding-orchestration/sharding-orchestration-reg/pom.xml new file mode 100644 index 0000000000..1ba750d914 --- /dev/null +++ b/sharding-orchestration/sharding-orchestration-reg/pom.xml @@ -0,0 +1,15 @@ + + + + sharding-orchestration + io.shardingsphere + 3.0.0.M3-SNAPSHOT + + 4.0.0 + + sharding-orchestration-reg + + + \ No newline at end of file -- GitLab