I’ve seen this happen when you have WAR overlays. All dependency management seems to go out the window when using overlays.
Steve C > On 15 Mar 2018, at 6:39 am, Jonathan Yom-Tov <[email protected]> > wrote: > > hi, > > I have a fairly large project which compiles to a war file. I've upgraded > the jackson dependency to 2.7.3 but for some reason 2.4.3 and 2.4.0 jar > files are included into the war file in addition to the 2.7.3 version. I > ran mvn dependency:tree to figure out the reason but the old versions don't > appear there. They also don't appear in the build log. I deleted the old > versions from my local maven repo. Didn't help. Any ideas on how to figure > this out? > > thanks, > Jon. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
