spring-boot-dependency-checker
v0.6.2
Published
Spring Boot Dependency Checker - validate that you're using the versions Spring Boot has approved with your project.
Downloads
190
Maintainers
Readme
spring-boot-dependency-checker
A small utility that finds manually overridden dependencies in a Maven POM, or Gradle file for a Spring Boot application.
Usage
npm install -g spring-boot-dependency-checker
spring-boot-dependency-checker location/to/pom.xml
| File type | Dependencies | Properties |
| -------------- | ------------ | ---------- |
| Maven POM | ✓ | ✓ |
| build.gradle
| ✓ | ✗ |
Maven POM is the most accurate because it's generated from the source file
build.gradle does not support overwritten properties because those usually come from a separate file