lars-sh opened a new pull request #123:
URL: https://github.com/apache/maven-dependency-plugin/pull/123
When using `runtime` scoped dependencies, e.g. an JDBC driver, those
dependencies are typically not directly referenced from within class files and
therefore declared as "unused" by the analysis goals.
This change introduces a new boolean property, called `ignoreUnusedRuntime`,
which suppresses runtime scoped unused dependencies if set to `true`.
- [x] I hereby declare this contribution to be licenced under the [Apache
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]