Add boot configuration processor to MCP Autoconfiguration POMs (#2274)

- Adding Spring Boot configuration processor for the tools autocompletion support

Resolves #2273

Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
This commit is contained in:
Ilayaperumal Gopinathan
2025-02-18 18:17:58 +00:00
committed by GitHub
parent fcc56f4abf
commit 83dcf385dd
2 changed files with 12 additions and 0 deletions

View File

@@ -41,6 +41,12 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!-- NOTE: Currently the webmvc doesn't implement client transport.
We will add it in the future based on ResrtClient.
-->

View File

@@ -47,6 +47,12 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!-- test dependencies -->
<dependency>