Skip to content

Commit aa56c5d

Browse files
committed
Also need a2a-java-sdk-transport-grpc etc. jars
1 parent 42751aa commit aa56c5d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tck/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,16 @@
4545
<groupId>${project.groupId}</groupId>
4646
<artifactId>a2a-java-sdk-server-jakarta-grpc</artifactId>
4747
<version>${project.version}</version>
48+
<!-- Exclude gRPC core libraries as they are provided by WildFly's gRPC feature pack -->
4849
<exclusions>
4950
<exclusion>
50-
<groupId>*</groupId>
51+
<groupId>io.grpc</groupId>
5152
<artifactId>*</artifactId>
5253
</exclusion>
54+
<exclusion>
55+
<groupId>com.google.protobuf</groupId>
56+
<artifactId>protobuf-java</artifactId>
57+
</exclusion>
5358
</exclusions>
5459
</dependency>
5560
<dependency>

0 commit comments

Comments
 (0)