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 7698ad8 remove control panel core (#6650)
7698ad8 is described below
commit 7698ad869658a0dd453d08fcda0504ab1538a0a8
Author: kimmking <[email protected]>
AuthorDate: Thu Aug 6 11:56:47 2020 +0800
remove control panel core (#6650)
---
shardingsphere-control-panel/pom.xml | 1 -
.../shardingsphere-control-panel-core/pom.xml | 30 ----------------------
2 files changed, 31 deletions(-)
diff --git a/shardingsphere-control-panel/pom.xml
b/shardingsphere-control-panel/pom.xml
index 2f34c4e..21dd4f4 100644
--- a/shardingsphere-control-panel/pom.xml
+++ b/shardingsphere-control-panel/pom.xml
@@ -30,7 +30,6 @@
<packaging>pom</packaging>
<modules>
- <module>shardingsphere-control-panel-core</module>
<module>shardingsphere-cluster</module>
<module>shardingsphere-orchestration</module>
<module>shardingsphere-opentracing</module>
diff --git
a/shardingsphere-control-panel/shardingsphere-control-panel-core/pom.xml
b/shardingsphere-control-panel/shardingsphere-control-panel-core/pom.xml
deleted file mode 100644
index ace5e90..0000000
--- a/shardingsphere-control-panel/shardingsphere-control-panel-core/pom.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ Licensed to the Apache Software Foundation (ASF) under one or more
- ~ contributor license agreements. See the NOTICE file distributed with
- ~ this work for additional information regarding copyright ownership.
- ~ The ASF licenses this file to You under the Apache License, Version 2.0
- ~ (the "License"); you may not use this file except in compliance with
- ~ the License. You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
-
-<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>
- <parent>
- <artifactId>shardingsphere-control-panel</artifactId>
- <groupId>org.apache.shardingsphere</groupId>
- <version>5.0.0-RC1-SNAPSHOT</version>
- </parent>
- <artifactId>shardingsphere-control-panel-core</artifactId>
- <name>${project.artifactId}</name>
-</project>