We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01bf1d commit 42751aaCopy full SHA for 42751aa
tck/pom.xml
@@ -45,7 +45,12 @@
45
<groupId>${project.groupId}</groupId>
46
<artifactId>a2a-java-sdk-server-jakarta-grpc</artifactId>
47
<version>${project.version}</version>
48
- <scope>provided</scope>
+ <exclusions>
49
+ <exclusion>
50
+ <groupId>*</groupId>
51
+ <artifactId>*</artifactId>
52
+ </exclusion>
53
+ </exclusions>
54
</dependency>
55
<dependency>
56
<groupId>jakarta.ws.rs</groupId>
0 commit comments