File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed
Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments