From 9d7a345fff86f147472b84fe44d96c4c3de06510 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Fri, 28 Jan 2022 16:17:37 +0000 Subject: [PATCH] Add missing boot configuration processor --- spring-shell-autoconfigure/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-shell-autoconfigure/pom.xml b/spring-shell-autoconfigure/pom.xml index c043e2a1..e2dc9644 100644 --- a/spring-shell-autoconfigure/pom.xml +++ b/spring-shell-autoconfigure/pom.xml @@ -41,5 +41,10 @@ spring-boot-starter-test test + + org.springframework.boot + spring-boot-configuration-processor + true +