File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1818 <dependencies >
1919 <dependency >
2020 <groupId >io.a2a.sdk</groupId >
21- <artifactId >a2a-java-sdk-quarkus</artifactId >
21+ <artifactId >a2a-java-sdk-server- quarkus</artifactId >
2222 <version >${project.version} </version >
2323 </dependency >
2424 <dependency >
Original file line number Diff line number Diff line change 1414 <description >Java SDK for the Agent2Agent Protocol (A2A)</description >
1515
1616 <properties >
17+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1718 <maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
1819 <maven-surefire-plugin .version>3.1.2</maven-surefire-plugin .version>
1920 <jackson .version>2.17.0</jackson .version>
136137 </systemPropertyVariables >
137138 </configuration >
138139 </plugin >
140+ <plugin >
141+ <groupId >io.quarkus</groupId >
142+ <artifactId >quarkus-maven-plugin</artifactId >
143+ <extensions >true</extensions >
144+ <version >${quarkus.platform.version} </version >
145+ <executions >
146+ <execution >
147+ <goals >
148+ <goal >build</goal >
149+ <goal >generate-code</goal >
150+ <goal >generate-code-tests</goal >
151+ </goals >
152+ </execution >
153+ </executions >
154+ </plugin >
139155
140156 </plugins >
141157 </pluginManagement >
Original file line number Diff line number Diff line change 1818 <dependencies >
1919 <dependency >
2020 <groupId >io.a2a.sdk</groupId >
21- <artifactId >a2a-java-sdk-quarkus</artifactId >
21+ <artifactId >a2a-java-sdk-server- quarkus</artifactId >
2222 <version >${project.version} </version >
2323 </dependency >
2424 <dependency >
You can’t perform that action at this time.
0 commit comments