diff --git a/pom.xml b/pom.xml
index f3e45a757..2a654d52f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,6 +141,16 @@
nullaway
${nullaway.version}
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ ${spring-boot.version}
+
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ ${spring-boot.version}
+
diff --git a/spring-shell-core-autoconfigure/pom.xml b/spring-shell-core-autoconfigure/pom.xml
index 9c9fac5c4..d449746e4 100644
--- a/spring-shell-core-autoconfigure/pom.xml
+++ b/spring-shell-core-autoconfigure/pom.xml
@@ -47,6 +47,12 @@
${spring-boot.version}
true
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ ${spring-boot.version}
+ true
+