Skip to content

Commit 60e2cda

Browse files
committed
fix: Update WildFlyA2AGrpcTest to extend AbstractA2AServerTest
1 parent 0de1b52 commit 60e2cda

File tree

4 files changed

+54
-1251
lines changed

4 files changed

+54
-1251
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@
100100
<type>pom</type>
101101
<scope>import</scope>
102102
</dependency>
103+
<dependency>
104+
<groupId>io.github.a2asdk</groupId>
105+
<artifactId>a2a-java-sdk-client-transport-grpc</artifactId>
106+
<version>${version.sdk}</version>
107+
</dependency>
103108
<dependency>
104109
<groupId>io.github.a2asdk</groupId>
105110
<artifactId>a2a-java-sdk-client-transport-jsonrpc</artifactId>

tests-grpc/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
</dependency>
3333

3434
<!-- A2A dependencies -->
35+
<dependency>
36+
<groupId>io.github.a2asdk</groupId>
37+
<artifactId>a2a-java-sdk-client-transport-grpc</artifactId>
38+
<scope>test</scope>
39+
</dependency>
3540
<dependency>
3641
<groupId>io.github.a2asdk</groupId>
3742
<artifactId>a2a-java-sdk-spec-grpc</artifactId>

0 commit comments

Comments
 (0)