Howdy, "I delete 3.12.0" -- you deleted the "3.12.0" directory? "still downloads 3.12.0" -- means you got again the "3.12.0" directory?
As it _will_ download the POM during collection, but not the JAR (or at least should not) T On Wed, Nov 1, 2023 at 6:37 AM yukai zhao <yukz...@163.com> wrote: > Thank you for your response! > Additionally, I've noticed that in this situation, if I delete 3.12.0 from > my local repository and then recompile the project, Maven still downloads > 3.12.0. Is this behavior normal? > > On 2023/11/01 03:45:49 Greg Chabala wrote: > > On Tue, Oct 31, 2023 at 10:27 PM yukai zhao <yu...@163.com> wrote: > > > > > has the project actually introduced the > org.apache.commons:commons-lang3 > > > with version 3.12.0 during the actual compilation process? > > > > > > > Well, no. It says 3.12.0 was omitted, due to being a duplicate, hence why > > it was not even mentioned without turning on verbose output. > > > > This is basically the core purpose of Maven, choosing what version of an > > artifact to include in the classpath. > > >