Skip to content

Commit 42751aa

Browse files
committed
Add grpc classes
1 parent d01bf1d commit 42751aa

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,7 +45,12 @@
4545
<groupId>${project.groupId}</groupId>
4646
<artifactId>a2a-java-sdk-server-jakarta-grpc</artifactId>
4747
<version>${project.version}</version>
48-
<scope>provided</scope>
48+
<exclusions>
49+
<exclusion>
50+
<groupId>*</groupId>
51+
<artifactId>*</artifactId>
52+
</exclusion>
53+
</exclusions>
4954
</dependency>
5055
<dependency>
5156
<groupId>jakarta.ws.rs</groupId>

0 commit comments

Comments
 (0)