update readme.md to list correct deps in brave, client-starter and sampling.

This commit is contained in:
Mark Pollack
2025-03-25 15:20:09 -04:00
parent 614c61316b
commit b8fb18b5e7
5 changed files with 11 additions and 11 deletions

View File

@@ -77,15 +77,15 @@ The project requires the following Spring AI dependencies:
<dependencies>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-mcp-client-spring-boot-starter</artifactId>
<artifactId>spring-ai-starter-mcp-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-openai-spring-boot-starter</artifactId>
<artifactId>spring-ai-starter-model-openai</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-anthropic-spring-boot-starter</artifactId>
<artifactId>spring-ai-starter-model-anthropic</artifactId>
</dependency>
</dependencies>
```