未验证 提交 9c98e7be 编写于 作者: L Liang Zhang 提交者: GitHub

Move shardingsphere-orchestration, shardingsphere-opentracing,...

Move shardingsphere-orchestration, shardingsphere-opentracing, shardingsphere-metrics into shardingsphere-control-panel module (#5654)

* Move shardingsphere-orchestration, shardingsphere-opentracing, shardingsphere-metrics into , shardingsphere-control-panel module

* fix modules
上级 03de7378
......@@ -37,15 +37,10 @@
<module>shardingsphere-jdbc</module>
<module>shardingsphere-proxy</module>
<module>shardingsphere-features</module>
<module>shardingsphere-scaling</module>
<module>shardingsphere-transaction</module>
<module>shardingsphere-features</module>
<module>shardingsphere-control-panel</module>
<module>shardingsphere-orchestration</module>
<module>shardingsphere-opentracing</module>
<module>shardingsphere-metrics</module>
<module>shardingsphere-integration-test</module>
......
......@@ -32,5 +32,8 @@
<modules>
<module>shardingsphere-control-panel-core</module>
<module>shardingsphere-control-panel-cluster</module>
<module>shardingsphere-orchestration</module>
<module>shardingsphere-opentracing</module>
<module>shardingsphere-metrics</module>
</modules>
</project>
......@@ -18,18 +18,19 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<modules>
<module>shardingsphere-metrics-spi</module>
<module>shardingsphere-metrics-facade</module>
<module>shardingsphere-metrics-prometheus</module>
<module>shardingsphere-metrics-configuration</module>
</modules>
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<artifactId>shardingsphere-control-panel</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-metrics</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modules>
<module>shardingsphere-metrics-spi</module>
<module>shardingsphere-metrics-configuration</module>
<module>shardingsphere-metrics-facade</module>
<module>shardingsphere-metrics-prometheus</module>
</modules>
</project>
......@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<artifactId>shardingsphere-control-panel</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-opentracing</artifactId>
......
......@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<artifactId>shardingsphere-control-panel</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-orchestration</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册