This is an automated email from the ASF dual-hosted git repository.
menghaoran 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 4b46c1e Remove useless shardingsphere-distsql-parser-test module
(#11155)
4b46c1e is described below
commit 4b46c1e3d45776711aaf53284cf770fd90a800c6
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Jul 5 06:22:46 2021 +0800
Remove useless shardingsphere-distsql-parser-test module (#11155)
---
shardingsphere-distsql-parser/pom.xml | 1 -
.../shardingsphere-distsql-parser-test/pom.xml | 39 ----------------------
2 files changed, 40 deletions(-)
diff --git a/shardingsphere-distsql-parser/pom.xml
b/shardingsphere-distsql-parser/pom.xml
index c9dd386..5857f3b 100644
--- a/shardingsphere-distsql-parser/pom.xml
+++ b/shardingsphere-distsql-parser/pom.xml
@@ -32,6 +32,5 @@
<modules>
<module>shardingsphere-distsql-parser-statement</module>
<module>shardingsphere-distsql-parser-engine</module>
- <module>shardingsphere-distsql-parser-test</module>
</modules>
</project>
diff --git
a/shardingsphere-distsql-parser/shardingsphere-distsql-parser-test/pom.xml
b/shardingsphere-distsql-parser/shardingsphere-distsql-parser-test/pom.xml
deleted file mode 100644
index d6b7bf7..0000000
--- a/shardingsphere-distsql-parser/shardingsphere-distsql-parser-test/pom.xml
+++ /dev/null
@@ -1,39 +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>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-distsql-parser</artifactId>
- <version>5.0.0-RC1-SNAPSHOT</version>
- </parent>
- <artifactId>shardingsphere-distsql-parser-test</artifactId>
- <name>${project.artifactId}</name>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-parser-test</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project>