From d666bbf6c466dd73f0230fe37fbb43ac4fedf6d9 Mon Sep 17 00:00:00 2001 From: Liang Zhang Date: Fri, 30 Oct 2020 17:52:56 +0800 Subject: [PATCH] Add all dependencies into shardingsphere-distribution (#7983) * Polish jdbc-distribution * Add all dependency in jdbc-distribution * Add all dependency in src-distribution * Simplify src-distribution --- .../shardingsphere-jdbc-distribution/pom.xml | 130 +---------- .../pom.xml | 4 +- .../shardingsphere-src-distribution/pom.xml | 214 ------------------ 3 files changed, 11 insertions(+), 337 deletions(-) diff --git a/shardingsphere-distribution/shardingsphere-jdbc-distribution/pom.xml b/shardingsphere-distribution/shardingsphere-jdbc-distribution/pom.xml index d620e832ac..83f52d93bd 100644 --- a/shardingsphere-distribution/shardingsphere-jdbc-distribution/pom.xml +++ b/shardingsphere-distribution/shardingsphere-jdbc-distribution/pom.xml @@ -28,76 +28,6 @@ ${project.artifactId} - - org.apache.shardingsphere - shardingsphere-sharding-api - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sharding-common - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-spi - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-engine - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-sql92 - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-mysql - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-postgresql - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-oracle - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-sqlserver - ${project.version} - - - org.apache.shardingsphere - shardingsphere-infra-binder - ${project.version} - - - org.apache.shardingsphere - shardingsphere-infra-executor - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sharding-route - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sharding-rewrite - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sharding-merge - ${project.version} - org.apache.shardingsphere shardingsphere-jdbc-core @@ -108,54 +38,32 @@ shardingsphere-jdbc-governance ${project.version} + org.apache.shardingsphere - shardingsphere-transaction-core - ${project.version} - - - org.apache.shardingsphere - shardingsphere-transaction-xa-spi - ${project.version} - - - org.apache.shardingsphere - shardingsphere-transaction-xa-core - ${project.version} - - - org.apache.shardingsphere - shardingsphere-governance-core-common + shardingsphere-database-datetime ${project.version} + org.apache.shardingsphere - shardingsphere-governance-core-config + shardingsphere-transaction-xa-narayana ${project.version} org.apache.shardingsphere - shardingsphere-governance-core-registry + shardingsphere-transaction-xa-bitronix ${project.version} org.apache.shardingsphere - shardingsphere-governance-core-facade + shardingsphere-transaction-base-seata-at ${project.version} + org.apache.shardingsphere - shardingsphere-governance-repository-api - ${project.version} - - - org.apache.shardingsphere - shardingsphere-governance-repository-zookeeper-curator - ${project.version} - - - org.apache.shardingsphere - shardingsphere-governance-repository-apollo + shardingsphere-governance-repository-etcd ${project.version} @@ -165,27 +73,7 @@ org.apache.shardingsphere - shardingsphere-tracing-opentracing - ${project.version} - - - org.apache.shardingsphere - shardingsphere-jdbc-core-spring-boot-starter - ${project.version} - - - org.apache.shardingsphere - shardingsphere-jdbc-core-spring-namespace - ${project.version} - - - org.apache.shardingsphere - shardingsphere-jdbc-governance-spring-boot-starter - ${project.version} - - - org.apache.shardingsphere - shardingsphere-jdbc-governance-spring-namespace + shardingsphere-governance-repository-apollo ${project.version} diff --git a/shardingsphere-distribution/shardingsphere-scaling-distribution/pom.xml b/shardingsphere-distribution/shardingsphere-scaling-distribution/pom.xml index ac9039639e..484cb5b448 100644 --- a/shardingsphere-distribution/shardingsphere-scaling-distribution/pom.xml +++ b/shardingsphere-distribution/shardingsphere-scaling-distribution/pom.xml @@ -26,7 +26,7 @@ shardingsphere-scaling-distribution pom ${project.artifactId} - + org.apache.shardingsphere @@ -52,7 +52,7 @@ runtime - + release diff --git a/shardingsphere-distribution/shardingsphere-src-distribution/pom.xml b/shardingsphere-distribution/shardingsphere-src-distribution/pom.xml index dfbc5a0cfe..3e66874d25 100644 --- a/shardingsphere-distribution/shardingsphere-src-distribution/pom.xml +++ b/shardingsphere-distribution/shardingsphere-src-distribution/pom.xml @@ -27,220 +27,6 @@ pom ${project.artifactId} - - - org.apache.shardingsphere - shardingsphere-sharding-api - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sharding-common - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-spi - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-engine - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-sql92 - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-mysql - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-postgresql - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-oracle - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sql-parser-sqlserver - ${project.version} - - - - org.apache.shardingsphere - shardingsphere-infra-binder - ${project.version} - - - org.apache.shardingsphere - shardingsphere-infra-executor - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sharding-route - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sharding-rewrite - ${project.version} - - - org.apache.shardingsphere - shardingsphere-sharding-merge - ${project.version} - - - org.apache.shardingsphere - shardingsphere-jdbc-core - ${project.version} - - - org.apache.shardingsphere - shardingsphere-jdbc-governance - ${project.version} - - - org.apache.shardingsphere - shardingsphere-db-protocol-core - ${project.version} - - - org.apache.shardingsphere - shardingsphere-db-protocol-mysql - ${project.version} - - - org.apache.shardingsphere - shardingsphere-db-protocol-postgresql - ${project.version} - - - org.apache.shardingsphere - shardingsphere-proxy-common - ${project.version} - - - org.apache.shardingsphere - shardingsphere-proxy-frontend-spi - ${project.version} - - - org.apache.shardingsphere - shardingsphere-proxy-frontend-core - ${project.version} - - - org.apache.shardingsphere - shardingsphere-proxy-frontend-mysql - ${project.version} - - - org.apache.shardingsphere - shardingsphere-proxy-frontend-postgresql - ${project.version} - - - org.apache.shardingsphere - shardingsphere-proxy-backend - ${project.version} - - - org.apache.shardingsphere - shardingsphere-proxy-bootstrap - ${project.version} - - - org.apache.shardingsphere - shardingsphere-transaction-core - ${project.version} - - - org.apache.shardingsphere - shardingsphere-transaction-xa-spi - ${project.version} - - - org.apache.shardingsphere - shardingsphere-transaction-xa-core - ${project.version} - - - org.apache.shardingsphere - shardingsphere-governance-core-common - ${project.version} - - - org.apache.shardingsphere - shardingsphere-governance-core-config - ${project.version} - - - org.apache.shardingsphere - shardingsphere-governance-core-registry - ${project.version} - - - org.apache.shardingsphere - shardingsphere-governance-core-facade - ${project.version} - - - org.apache.shardingsphere - shardingsphere-governance-repository-api - ${project.version} - - - org.apache.shardingsphere - shardingsphere-governance-repository-zookeeper-curator - ${project.version} - - - org.apache.shardingsphere - shardingsphere-governance-repository-apollo - ${project.version} - - - org.apache.shardingsphere - shardingsphere-governance-repository-nacos - ${project.version} - - - org.apache.shardingsphere - shardingsphere-tracing-opentracing - ${project.version} - - - org.apache.shardingsphere - shardingsphere-jdbc-core-spring-boot-starter - ${project.version} - - - org.apache.shardingsphere - shardingsphere-jdbc-core-spring-namespace - ${project.version} - - - org.apache.shardingsphere - shardingsphere-jdbc-governance-spring-boot-starter - ${project.version} - - - org.apache.shardingsphere - shardingsphere-jdbc-governance-spring-namespace - ${project.version} - - - release -- GitLab