Skip to content

Commit 9d7a345

Browse files
committed
Add missing boot configuration processor
1 parent f5c21bc commit 9d7a345

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-shell-autoconfigure/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,10 @@
4141
<artifactId>spring-boot-starter-test</artifactId>
4242
<scope>test</scope>
4343
</dependency>
44+
<dependency>
45+
<groupId>org.springframework.boot</groupId>
46+
<artifactId>spring-boot-configuration-processor</artifactId>
47+
<optional>true</optional>
48+
</dependency>
4449
</dependencies>
4550
</project>

0 commit comments

Comments
 (0)