Update CLI to use spring-boot-dependency-tools
Update `GroovyCompiler` and `AetherGrapeEngineFactory` to use the recently added `spring-boot-dependency-tools` in favor of loading dependency information from a generated properties file.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#set( $artifacts = $project.getReference('maven.project').dependencyManagement.dependencies )
|
||||
#foreach( $artifact in $artifacts )
|
||||
#if ( $artifact.type == 'jar' )
|
||||
${artifact.artifactId}.version: $artifact.version
|
||||
${artifact.artifactId}.groupId: $artifact.groupId
|
||||
#end
|
||||
#end
|
||||
#foreach( $entry in $project.getReference('maven.project').properties.entrySet() )
|
||||
#if ( $entry.key.endsWith('.version') )
|
||||
$entry.key: $entry.value
|
||||
#end
|
||||
#end
|
||||
Reference in New Issue
Block a user