You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-tools/spring-boot-dependency-tools
Phillip Webb ab4baa3c43 Allow gradle builds without version numbers
Add a gradle `ResolutionStrategy` that resolves missing version numbers
using the `spring-boot-dependencies` POM.

This commit also introduces a new `spring-boot-dependency-tools` module
that provides programmatic access to the `dependencyManagement` section
of the dependencies POM.

Fixed gh-262
11 years ago
..
src Allow gradle builds without version numbers 11 years ago
README.md Allow gradle builds without version numbers 11 years ago
pom.xml Allow gradle builds without version numbers 11 years ago

README.md

Spring Boot - Dependency Tools

The Spring Boot Dependency Tools module provides support utilities to help when resolving 'blessed' Spring Boot dependencies. It basically provides programmatic access to the managed dependencies section of spring-boot-dependencies/pom.xml