Add spring-configuration-metadata

- Adding boot's annotation processor to spring-shell-autoconfigure
  and spring-shell-test-autoconfigure
- Backport #948
- Fixes #950
This commit is contained in:
Janne Valkealahti
2023-12-15 09:49:26 +00:00
parent 68eb1a61fc
commit 98b8eb356d
3 changed files with 4 additions and 1 deletions

View File

@@ -11,4 +11,5 @@ dependencies {
implementation project(':spring-shell-standard')
implementation project(':spring-shell-standard-commands')
testImplementation 'org.springframework.boot:spring-boot-starter-test'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
}