|
|
@@ -24,11 +24,13 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.ai</groupId>
|
|
|
<artifactId>spring-ai-starter-mcp-server-webflux</artifactId>
|
|
|
+ <version>${spring.ai.version}</version>
|
|
|
</dependency>
|
|
|
<!-- Source: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ <artifactId>spring-boot-starter-webflux</artifactId>
|
|
|
+ <version>${spring.boot.version}</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|