File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-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 >
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