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:
committed by
GitHub
parent
fcc56f4abf
commit
83dcf385dd
@@ -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.
|
||||
-->
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user