Skip to content

Commit 69e3268

Browse files
authored
fix(boba-tea-shop): resolve a dependency-related issue (#409)
## AgentScope-Java Version 1.0.5 ## Description fix(boba-tea-shop): resolve a dependency-related issue ## Checklist Please check the following items before code is ready to be reviewed. - [x] Code has been formatted with `mvn spotless:apply` - [x] All tests are passing (`mvn test`) - [x] Javadoc comments are complete and follow project conventions - [x] Related documentation has been updated (e.g. links, examples, etc.) - [x] Code is ready for review
1 parent ad40eb5 commit 69e3268

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • agentscope-examples/boba-tea-shop

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
<groupId>io.agentscope</groupId>
6767
<artifactId>agentscope-extensions-a2a-nacos</artifactId>
6868
<version>1.0.3</version>
69+
<exclusions>
70+
<exclusion>
71+
<groupId>io.agentscope</groupId>
72+
<artifactId>agentscope-extensions-a2a-server</artifactId>
73+
</exclusion>
74+
</exclusions>
6975
</dependency>
7076
<dependency>
7177
<groupId>io.agentscope</groupId>

0 commit comments

Comments
 (0)