DependencyChecker
DependencyChecker copied to clipboard
A Java app that reports on dependency conflicts based on Maven dependencies
Results
2
DependencyChecker issues
Sort by
recently updated
recently updated
newest added
Add a configuration that allows configuring whether transitive dependencies are included in the report. Where transitive dependencies begin at the dependencies of the dependencies of a projects direct dependencies. For...
Add a configuration, either include or exclude or both, which allow configuring which dependencies will trigger the plugin to fail build. For example, I have a POM with two dependencies:...