Skip to content

Commit f8396e0

Browse files
committed
Make the common test dependencies provided, or quarkus dev in tck/examples fails
1 parent c8f7870 commit f8396e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sdk-jakarta/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<groupId>${project.groupId}</groupId>
2727
<artifactId>a2a-java-sdk-tests-server-common</artifactId>
2828
<version>${project.version}</version>
29+
<scope>provided</scope>
2930
</dependency>
3031
<dependency>
3132
<groupId>${project.groupId}</groupId>

sdk-quarkus/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<groupId>${project.groupId}</groupId>
2727
<artifactId>a2a-java-sdk-tests-server-common</artifactId>
2828
<version>${project.version}</version>
29+
<scope>provided</scope>
2930
</dependency>
3031
<dependency>
3132
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)