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 >org.wildfly.a2a</groupId >
9+ <artifactId >a2a-java-sdk-jakarta-parent</artifactId >
10+ <version >0.3.0.Beta1-SNAPSHOT</version >
11+ <relativePath >../../pom.xml</relativePath >
12+ </parent >
13+
14+ <artifactId >a2a-java-sdk-jakarta-rest</artifactId >
15+
16+ <packaging >jar</packaging >
17+
18+ <name >Java A2A SDK for Jakarta - HTTP+JSON/REST</name >
19+ <description >Jakarta SDK for the Agent2Agent Protocol (A2A) - HTTP+JSON/REST</description >
20+
21+ <dependencies >
22+ <dependency >
23+ <groupId >io.github.a2asdk</groupId >
24+ <artifactId >a2a-java-sdk-transport-rest</artifactId >
25+ <exclusions >
26+ <exclusion >
27+ <groupId >jakarta.enterprise</groupId >
28+ <artifactId >jakarta.enterprise.cdi-api</artifactId >
29+ </exclusion >
30+ <exclusion >
31+ <groupId >jakarta.inject</groupId >
32+ <artifactId >jakarta.inject-api</artifactId >
33+ </exclusion >
34+ </exclusions >
35+ </dependency >
36+ <dependency >
37+ <groupId >io.github.a2asdk</groupId >
38+ <artifactId >a2a-java-sdk-tests-server-common</artifactId >
39+ <scope >provided</scope >
40+ </dependency >
41+ <dependency >
42+ <groupId >jakarta.servlet</groupId >
43+ <artifactId >jakarta.servlet-api</artifactId >
44+ <scope >provided</scope >
45+ </dependency >
46+ <dependency >
47+ <groupId >io.github.a2asdk</groupId >
48+ <artifactId >a2a-java-sdk-tests-server-common</artifactId >
49+ <type >test-jar</type >
50+ <scope >test</scope >
51+ </dependency >
52+ <dependency >
53+ <groupId >jakarta.inject</groupId >
54+ <artifactId >jakarta.inject-api</artifactId >
55+ <scope >provided</scope >
56+ </dependency >
57+ <dependency >
58+ <groupId >jakarta.enterprise</groupId >
59+ <artifactId >jakarta.enterprise.cdi-api</artifactId >
60+ <scope >provided</scope >
61+ </dependency >
62+ <dependency >
63+ <groupId >jakarta.ws.rs</groupId >
64+ <artifactId >jakarta.ws.rs-api</artifactId >
65+ <scope >provided</scope >
66+ </dependency >
67+ </dependencies >
68+ </project >
0 commit comments