On 20. Apr 2020, at 16:32, Marshall Schor <m...@schor.com> wrote: > > When building for the 1st time from sources, my maven system downloaded from > central > both: > Downloaded from mirror-central: ... > org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar (7.0 MB at 482 kB/s) > Downloaded from mirror-central: ... > org/codehaus/groovy/groovy/3.0.3/groovy-3.0.3.jar (7.9 MB at 409 kB/s) > > I kind of thought you had switched to 3.0.3, and was suprised to see there was > some dependency on the 2.4.9 jar somewhere.
I did override the groovy dependency of the groovy maven plugin with the 3.x version, yes. Not sure how exactly Maven resolves its plugin dependencies - but I have seen such effects that older versions are unexpectedly downloaded during elsewhere as well. But considering that the build works, that the old artifacts are still available and that minimizing the build dependency footprint is presently not an objective, I ignore such things for the time being. -- Richard