This is an automated email from the ASF dual-hosted git repository.
jackie 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 0da08f20276 remove version fix on maven-dependency-plugin (#17505)
0da08f20276 is described below
commit 0da08f202763bb8919dc68362f6219eedde58f29
Author: Jhow <[email protected]>
AuthorDate: Tue Jan 13 17:58:45 2026 -0800
remove version fix on maven-dependency-plugin (#17505)
---
pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index c144e970cb1..c2789e28a5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2869,11 +2869,6 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>3.9.0</version>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]