This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git
commit 73b3d5cf8076f80147c7b28ca14ccca2f3aa8251 Author: Zhengguo Yang <yangz...@gmail.com> AuthorDate: Wed Jan 26 09:11:23 2022 +0800 [chore][fix][doc](fe-plugin)(mysqldump) fix build auditlog plugin error (#7804) 1. fix problems when build fe_plugins 2. format 3. add docs about dump data using mysql dump --- pom.xml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 21a5a6f..10b750a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,4 @@ <?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 @@ -18,9 +17,7 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://maven.apache.org/POM/4.0.0" +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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> @@ -50,7 +47,6 @@ under the License. <system>GitHub</system> <url>https://github.com/apache/incubator-doris/issues</url> </issueManagement> - <mailingLists> <mailingList> <name>Dev Mailing List</name> @@ -58,7 +54,6 @@ under the License. <subscribe>dev-subscr...@doris.apache.org</subscribe> <unsubscribe>dev-unsubscr...@doris.apache.org</unsubscribe> </mailingList> - <mailingList> <name>Commits Mailing List</name> <post>commits@doris.apache.org</post> @@ -78,7 +73,6 @@ under the License. <doris.thirdparty>${env.DORIS_THIRDPARTY}</doris.thirdparty> <project.scm.id>github</project.scm.id> </properties> - <profiles> <profile> <id>thirdparty</id> @@ -99,14 +93,12 @@ under the License. <name>env.CUSTOM_MAVEN_REPO</name> </property> </activation> - <repositories> <repository> <id>custom-nexus</id> <url>${env.CUSTOM_MAVEN_REPO}</url> </repository> </repositories> - <pluginRepositories> <pluginRepository> <id>custom-nexus</id> @@ -132,7 +124,6 @@ under the License. <activeByDefault>true</activeByDefault> </activation> </profile> - <!-- for general repository --> <profile> <id>general-env</id> @@ -141,7 +132,6 @@ under the License. <name>!env.CUSTOM_MAVEN_REPO</name> </property> </activation> - <repositories> <repository> <id>central</id> @@ -151,7 +141,6 @@ under the License. </repositories> </profile> </profiles> - <dependencies> <dependency> <groupId>org.apache.flink</groupId> @@ -269,7 +258,6 @@ under the License. <scope>test</scope> </dependency> </dependencies> - <build> <plugins> <plugin> @@ -441,5 +429,4 @@ under the License. </plugin> </plugins> </build> - </project> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org