|
@@ -62,6 +62,13 @@
|
|
|
<artifactId>spring-ai-starter-mcp-client-webflux</artifactId>
|
|
<artifactId>spring-ai-starter-mcp-client-webflux</artifactId>
|
|
|
<version>${spring.ai.version}</version>
|
|
<version>${spring.ai.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <!-- Source: https://mvnrepository.com/artifact/com.alibaba.cloud.ai/spring-ai-alibaba-graph-core -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.alibaba.cloud.ai</groupId>
|
|
|
|
|
+ <artifactId>spring-ai-alibaba-graph-core</artifactId>
|
|
|
|
|
+ <version>1.1.0.0</version>
|
|
|
|
|
+ <scope>compile</scope>
|
|
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
</dependencyManagement>
|
|
|
</project>
|
|
</project>
|