This is an automated email from the ASF dual-hosted git repository.
zhaojinchao 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 60144f05287 Remove useless <groupId>org.apache.maven.plugins</groupId>
declaration (#28886)
60144f05287 is described below
commit 60144f052877ae834e69b02fcb89e2c4fa75b70d
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Oct 29 12:16:46 2023 +0800
Remove useless <groupId>org.apache.maven.plugins</groupId> declaration
(#28886)
---
distribution/proxy-native/pom.xml | 1 -
infra/expr/type/espresso/pom.xml | 1 -
pom.xml | 2 --
test/e2e/agent/jdbc-project/pom.xml | 2 --
4 files changed, 6 deletions(-)
diff --git a/distribution/proxy-native/pom.xml
b/distribution/proxy-native/pom.xml
index 832ec6e6143..205f28680dc 100644
--- a/distribution/proxy-native/pom.xml
+++ b/distribution/proxy-native/pom.xml
@@ -88,7 +88,6 @@
<finalName>apache-shardingsphere-${project.version}</finalName>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
diff --git a/infra/expr/type/espresso/pom.xml b/infra/expr/type/espresso/pom.xml
index dc79f259360..9d4b935d03d 100644
--- a/infra/expr/type/espresso/pom.xml
+++ b/infra/expr/type/espresso/pom.xml
@@ -59,7 +59,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven-dependency-plugin.version}</version>
<executions>
diff --git a/pom.xml b/pom.xml
index 0a793aef8fa..2c504d3174e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -978,7 +978,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
@@ -987,7 +986,6 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
diff --git a/test/e2e/agent/jdbc-project/pom.xml
b/test/e2e/agent/jdbc-project/pom.xml
index 72c9ab11617..e16653f66d0 100644
--- a/test/e2e/agent/jdbc-project/pom.xml
+++ b/test/e2e/agent/jdbc-project/pom.xml
@@ -86,7 +86,6 @@
</executions>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<outputDirectory>${project.build.directory}/app/lib</outputDirectory>
@@ -99,7 +98,6 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>