[ANN] Apache Maven Dependency Plugin Version 3.0.1 Released

2017-05-16 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Plugin Version 3.0.1. https://maven.apache.org/plugins/maven-dependency-plugin/ Important Note since 3.0.0: * Maven 3.X only * JDK 6 minimum requirement You should specify the version in your project's

Re: dependency:analyze controversial result

2017-05-16 Thread Alexander Kriegisch
Maybe because a) your project uses dependencies which were never declared explicitly in any of your POMs and b) at least some of your modules have dependencies declared which are not actually used in your code? What do you think? -- Alexander Kriegisch https://scrum-master.de

dependency:analyze controversial result

2017-05-16 Thread Kristof Meixner
Hi! When I run 'mvn dependency:analyse' on my project several dependencies get mentioned in the 'Used undeclared dependencies' as well as in the 'Unused declared dependencies' section. Any idea why? Best regards Kristof Meixner