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
This commit is contained in:
4
spring-boot-tools/spring-boot-dependency-tools/README.md
Normal file
4
spring-boot-tools/spring-boot-dependency-tools/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user