• Andy Wilkinson's avatar
    Support bom-based dependency management in the CLI · 51c49b69
    Andy Wilkinson authored
    Previously, the CLI’s dependency management used proprietary Properties
    file-based metadata to configure its dependency management. Since
    spring-boot-gradle-plugin’s move to using the separate dependency
    management plugin the CLI was the only user of this format.
    
    This commit updates the CLI to use Maven boms to configure its
    dependency management. By default it uses the spring-boot-dependencies
    bom. This configuration can be augmented and overridden using the new
    @DependencyManagementBom annotation which replaces @GrabMetadata.
    
    Closes gh-2688
    Closes gh-2439
    51c49b69
Name
Last commit
Last update
..
.m2 Loading commit data...
commands Loading commit data...
dir-sample/code Loading commit data...
grab-samples Loading commit data...
maven-settings Loading commit data...
metadata Loading commit data...
repro-samples Loading commit data...
resource-matcher Loading commit data...
scripts Loading commit data...
static/css Loading commit data...
templates Loading commit data...
classloader-test-app.groovy Loading commit data...
foo.jar Loading commit data...
foo.pom Loading commit data...
grab.groovy Loading commit data...
init.groovy Loading commit data...
schema-all.sql Loading commit data...