Maven - extra jars in my war file -


my war file bloating. have added dependencies , removed them. though removed them maven keeps adding jars war. no dependency exists jars.

lets start out dependency version 1.0. compile , build war change dependency version 1.0 1.1 compile , build war decide mistake , return version 1.0

version 1.1 , 1.1 included in war though nothing calling version 1.1 dependency.

i have checked following using 1.1 dependency: dependencies call out. dependency on 1.1 dependency (child dependency?) using dependency hieracry dependency on effective pom classpath.

nowhere (or dependencies) asking version 1.1 still gets included in war.

some of these not needed dependencies files invalid. when deploy app exceptions of type "invalid loc header (bad signature)".

it maven not taking out old , no longer needed jars. how can keep unneeded jar files getting packaged in war?


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -