Skip to content

Commit 93daf42

Browse files
kabirfjuma
authored andcommitted
Move tck and examples under parent pom
1 parent cab7b7b commit 93daf42

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

examples/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>io.a2a.sdk</groupId>
7+
<parent>
8+
<groupId>io.a2a.sdk</groupId>
9+
<artifactId>a2a-java-sdk-parent</artifactId>
10+
<version>1.0.0-SNAPSHOT</version>
11+
</parent>
12+
813
<artifactId>a2a-java-sdk-examples</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
1014

1115
<name>Java SDK A2A Examples</name>
1216
<description>Examples for the Java SDK for the Agent2Agent Protocol (A2A)</description>
@@ -33,7 +37,7 @@
3337
<dependencies>
3438
<dependency>
3539
<groupId>io.a2a.sdk</groupId>
36-
<artifactId>a2a-java-sdk</artifactId>
40+
<artifactId>a2a-java-sdk-quarkus</artifactId>
3741
<version>${project.version}</version>
3842
</dependency>
3943
<dependency>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,7 @@
159159
<module>core</module>
160160
<module>sdk</module>
161161
<module>quarkus-sdk</module>
162+
<module>tck</module>
163+
<module>examples</module>
162164
</modules>
163165
</project>

tck/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>io.a2a.sdk</groupId>
7+
<parent>
8+
<groupId>io.a2a.sdk</groupId>
9+
<artifactId>a2a-java-sdk-parent</artifactId>
10+
<version>1.0.0-SNAPSHOT</version>
11+
</parent>
12+
813
<artifactId>a2a-tck-server</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
1014

1115
<name>Java SDK A2A TCK Server</name>
1216
<description>Server example to use with the A2A TCK</description>
@@ -33,7 +37,7 @@
3337
<dependencies>
3438
<dependency>
3539
<groupId>io.a2a.sdk</groupId>
36-
<artifactId>a2a-java-sdk</artifactId>
40+
<artifactId>a2a-java-sdk-quarkus</artifactId>
3741
<version>${project.version}</version>
3842
</dependency>
3943
<dependency>

0 commit comments

Comments
 (0)