Skip to content

Commit 3e47f04

Browse files
committed
fix: Add missing dependencies
1 parent 0956add commit 3e47f04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797
<type>pom</type>
9898
<scope>import</scope>
9999
</dependency>
100+
<dependency>
101+
<groupId>io.github.a2asdk</groupId>
102+
<artifactId>a2a-java-sdk-client-transport-jsonrpc</artifactId>
103+
<version>${version.sdk}</version>
104+
</dependency>
100105
<dependency>
101106
<groupId>io.github.a2asdk</groupId>
102107
<artifactId>a2a-java-sdk-common</artifactId>

0 commit comments

Comments
 (0)