We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42751aa commit aa56c5dCopy full SHA for aa56c5d
tck/pom.xml
@@ -45,11 +45,16 @@
45
<groupId>${project.groupId}</groupId>
46
<artifactId>a2a-java-sdk-server-jakarta-grpc</artifactId>
47
<version>${project.version}</version>
48
+ <!-- Exclude gRPC core libraries as they are provided by WildFly's gRPC feature pack -->
49
<exclusions>
50
<exclusion>
- <groupId>*</groupId>
51
+ <groupId>io.grpc</groupId>
52
<artifactId>*</artifactId>
53
</exclusion>
54
+ <exclusion>
55
+ <groupId>com.google.protobuf</groupId>
56
+ <artifactId>protobuf-java</artifactId>
57
+ </exclusion>
58
</exclusions>
59
</dependency>
60
<dependency>
0 commit comments