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

@@ -18,4 +18,5 @@ dependencies {
optional 'org.assertj:assertj-core'
optional 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.awaitility:awaitility'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
}