This is an automated email from the ASF dual-hosted git repository.
jnioche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 0e9c744bb [STORM-3968] Add missing groupId in storm-core/pom.xml for
maven-dependency-plugin
new 99f3b54ba Merge pull request #3577 from bipinprasad/storm-3968
0e9c744bb is described below
commit 0e9c744bb9fa73772354ed9cb505c0367f3b5463
Author: bipinprasad <[email protected]>
AuthorDate: Wed Aug 30 00:05:43 2023 -0700
[STORM-3968] Add missing groupId in storm-core/pom.xml for
maven-dependency-plugin
---
storm-core/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index f7047f098..0647449b3 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -361,6 +361,7 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>