Skip to content

Commit 4ee4fd5

Browse files
authored
refactor(boba-tea-shop): remove deprecated a2a dependency and update doc (#404)
1 parent f621f32 commit 4ee4fd5

3 files changed

Lines changed: 2 additions & 12 deletions

File tree

agentscope-examples/boba-tea-shop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Through this example, you can learn:
7171
|------------|-------------|
7272
| **AgentScope Java** | Multi-agent framework core |
7373
| **Spring Boot** | Application framework |
74-
| **Spring AI Alibaba** | MCP Server building |
74+
| **MCP Spring Webflux** | MCP Server building |
7575
| **MySQL** | Relational database |
7676
| **Nacos** | Service registry and configuration center |
7777

agentscope-examples/boba-tea-shop/README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Boba Tea Shop 是一个基于 **AgentScope Java** 框架构建的多智能体系
7171
|------|---------------|
7272
| **AgentScope Java** | 多智能体框架核心 |
7373
| **Spring Boot** | 应用框架 |
74-
| **Spring AI Alibaba** | MCP Server 构建 |
74+
| **MCP Spring Webflux** | MCP Server 构建 |
7575
| **MySQL** | 关系型数据库 |
7676
| **Nacos** | 服务注册与配置中心 |
7777

agentscope-examples/boba-tea-shop/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,6 @@
7777
<artifactId>agentscope-a2a-nacos-spring-boot-starter</artifactId>
7878
<version>1.0.3</version>
7979
</dependency>
80-
<dependency>
81-
<groupId>io.agentscope</groupId>
82-
<artifactId>agentscope-extensions-a2a-server</artifactId>
83-
<version>1.0.3</version>
84-
</dependency>
85-
<dependency>
86-
<groupId>io.agentscope</groupId>
87-
<artifactId>agentscope-extensions-a2a-client</artifactId>
88-
<version>1.0.3</version>
89-
</dependency>
9080
<dependency>
9181
<groupId>io.agentscope</groupId>
9282
<artifactId>agentscope-dependencies-bom</artifactId>

0 commit comments

Comments
 (0)