File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed
Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 2121 <dependency >
2222 <groupId >io.github.a2asdk</groupId >
2323 <artifactId >a2a-java-sdk-server-common</artifactId >
24+ <exclusions >
25+ <exclusion >
26+ <groupId >jakarta.enterprise</groupId >
27+ <artifactId >jakarta.enterprise.cdi-api</artifactId >
28+ </exclusion >
29+ <exclusion >
30+ <groupId >jakarta.inject</groupId >
31+ <artifactId >jakarta.inject-api</artifactId >
32+ </exclusion >
33+ </exclusions >
2434 </dependency >
2535 <dependency >
2636 <groupId >io.github.a2asdk</groupId >
3848 <type >test-jar</type >
3949 <scope >test</scope >
4050 </dependency >
51+ <dependency >
52+ <groupId >jakarta.inject</groupId >
53+ <artifactId >jakarta.inject-api</artifactId >
54+ <scope >provided</scope >
55+ </dependency >
56+ <dependency >
57+ <groupId >jakarta.enterprise</groupId >
58+ <artifactId >jakarta.enterprise.cdi-api</artifactId >
59+ <scope >provided</scope >
60+ </dependency >
4161 <dependency >
4262 <groupId >jakarta.ws.rs</groupId >
4363 <artifactId >jakarta.ws.rs-api</artifactId >
Original file line number Diff line number Diff line change 3939 <groupId >com.fasterxml.jackson.datatype</groupId >
4040 <artifactId >*</artifactId >
4141 </exclusion >
42- <exclusion >
43- <groupId >jakarta.enterprise</groupId >
44- <artifactId >jakarta.enterprise.cdi-api</artifactId >
45- </exclusion >
46- <exclusion >
47- <groupId >jakarta.inject</groupId >
48- <artifactId >jakarta.inject-api</artifactId >
49- </exclusion >
5042 </exclusions >
5143 </dependency >
5244 <dependency >
You can’t perform that action at this time.
0 commit comments