fix(agent-anthropic): add anthropic-java SDK dependency

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
everywhere.z
2026-04-19 20:04:55 +08:00
parent e573416bf4
commit 7a0720636f

View File

@@ -29,6 +29,11 @@
<artifactId>agentscope</artifactId>
<version>${agentscope.version}</version>
</dependency>
<dependency>
<groupId>com.anthropic</groupId>
<artifactId>anthropic-java</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>