diff --git a/rocketmq-spring-boot-parent/pom.xml b/rocketmq-spring-boot-parent/pom.xml index cab7e791..8b5b54b5 100644 --- a/rocketmq-spring-boot-parent/pom.xml +++ b/rocketmq-spring-boot-parent/pom.xml @@ -78,6 +78,12 @@ ${spring.boot.version} + + org.springframework.boot + spring-boot-configuration-processor + ${spring.boot.version} + + org.springframework.boot spring-boot-starter-test diff --git a/rocketmq-spring-boot/pom.xml b/rocketmq-spring-boot/pom.xml index 8f6f9245..914d35e9 100644 --- a/rocketmq-spring-boot/pom.xml +++ b/rocketmq-spring-boot/pom.xml @@ -54,6 +54,11 @@ spring-boot-autoconfigure-processor true + + org.springframework.boot + spring-boot-configuration-processor + true + org.springframework.boot spring-boot-starter-test