We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97f94d commit c8dcdaaCopy full SHA for c8dcdaa
auto-configurations/models/http/client/spring-ai-autoconfigure-http-client/pom.xml
@@ -45,6 +45,11 @@
45
<optional>true</optional>
46
</dependency>
47
48
+ <dependency>
49
+ <groupId>org.springframework.boot</groupId>
50
+ <artifactId>spring-boot-autoconfigure-processor</artifactId>
51
+ <optional>true</optional>
52
+ </dependency>
53
<!-- Test dependencies -->
54
<dependency>
55
<groupId>org.springframework.ai</groupId>
0 commit comments