Skip to content

Commit c8dcdaa

Browse files
committed
refactor: add spring-boot-autoconfigure-processor
1 parent b97f94d commit c8dcdaa

File tree

1 file changed

+5
-0
lines changed
  • auto-configurations/models/http/client/spring-ai-autoconfigure-http-client

1 file changed

+5
-0
lines changed

auto-configurations/models/http/client/spring-ai-autoconfigure-http-client/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
<optional>true</optional>
4646
</dependency>
4747

48+
<dependency>
49+
<groupId>org.springframework.boot</groupId>
50+
<artifactId>spring-boot-autoconfigure-processor</artifactId>
51+
<optional>true</optional>
52+
</dependency>
4853
<!-- Test dependencies -->
4954
<dependency>
5055
<groupId>org.springframework.ai</groupId>

0 commit comments

Comments
 (0)