This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new a5a5d7bca4 Remove unnecessary plugin version override (#14323) a5a5d7bca4 is described below commit a5a5d7bca4f7e42cc3061a30bdf94b8473f1c94f Author: Xiaotian (Jackie) Jiang <17555551+jackie-ji...@users.noreply.github.com> AuthorDate: Mon Oct 28 15:55:40 2024 -0700 Remove unnecessary plugin version override (#14323) --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index ef800822de..9e9b56eab3 100644 --- a/pom.xml +++ b/pom.xml @@ -2423,11 +2423,6 @@ <artifactId>exec-maven-plugin</artifactId> <version>3.5.0</version> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <version>3.7.1</version> - </plugin> </plugins> </pluginManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org