1+ <?xml version =" 1.0" ?>
2+ <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
3+ xmlns =" http://maven.apache.org/POM/4.0.0"
4+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5+ <modelVersion >4.0.0</modelVersion >
6+
7+ <parent >
8+ <groupId >io.github.a2asdk</groupId >
9+ <artifactId >a2a-java-sdk-parent</artifactId >
10+ <version >0.2.6.Beta1-SNAPSHOT</version >
11+ <relativePath >../../pom.xml</relativePath >
12+ </parent >
13+ <artifactId >a2a-java-sdk-reference-common</artifactId >
14+
15+ <packaging >jar</packaging >
16+
17+ <name >Java A2A Reference Server: Common</name >
18+ <description >Java SDK for the Agent2Agent Protocol (A2A) - Common classes for A2A Reference Servers (based on Quarkus)</description >
19+
20+ <dependencies >
21+ <dependency >
22+ <groupId >${project.groupId} </groupId >
23+ <artifactId >a2a-java-sdk-server-common</artifactId >
24+ <version >${project.version} </version >
25+ </dependency >
26+ <dependency >
27+ <groupId >${project.groupId} </groupId >
28+ <artifactId >a2a-java-sdk-tests-server-common</artifactId >
29+ <version >${project.version} </version >
30+ <scope >provided</scope >
31+ </dependency >
32+ <dependency >
33+ <groupId >${project.groupId} </groupId >
34+ <artifactId >a2a-java-sdk-tests-server-common</artifactId >
35+ <type >test-jar</type >
36+ <scope >test</scope >
37+ <version >${project.version} </version >
38+ </dependency >
39+ <dependency >
40+ <groupId >io.quarkus</groupId >
41+ <artifactId >quarkus-reactive-routes</artifactId >
42+ </dependency >
43+ <dependency >
44+ <groupId >jakarta.enterprise</groupId >
45+ <artifactId >jakarta.enterprise.cdi-api</artifactId >
46+ </dependency >
47+ <dependency >
48+ <groupId >jakarta.inject</groupId >
49+ <artifactId >jakarta.inject-api</artifactId >
50+ </dependency >
51+ <dependency >
52+ <groupId >org.slf4j</groupId >
53+ <artifactId >slf4j-api</artifactId >
54+ </dependency >
55+ <dependency >
56+ <groupId >io.quarkus</groupId >
57+ <artifactId >quarkus-junit5</artifactId >
58+ <scope >test</scope >
59+ </dependency >
60+ <dependency >
61+ <groupId >io.quarkus</groupId >
62+ <artifactId >quarkus-rest-client-jackson</artifactId >
63+ <scope >test</scope >
64+ </dependency >
65+ <dependency >
66+ <groupId >org.junit.jupiter</groupId >
67+ <artifactId >junit-jupiter-api</artifactId >
68+ <scope >test</scope >
69+ </dependency >
70+ <dependency >
71+ <groupId >io.rest-assured</groupId >
72+ <artifactId >rest-assured</artifactId >
73+ <scope >test</scope >
74+ </dependency >
75+ </dependencies >
76+ </project >
0 commit comments