File tree Expand file tree Collapse file tree 4 files changed +5
-13
lines changed
Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1111 </parent >
1212
1313 <artifactId >a2a-java-sdk-reference-grpc</artifactId >
14- <name >Java A2A gRPC Reference Server</name >
14+ <name >Java A2A Reference Server: gRPC </name >
1515 <description >Java SDK for the Agent2Agent Protocol (A2A) - A2A gRPC Reference Server (based on Quarkus)</description >
1616
1717 <dependencies >
Original file line number Diff line number Diff line change 1414
1515 <packaging >jar</packaging >
1616
17- <name >Java A2A JSONRPC Reference Server</name >
17+ <name >Java A2A Reference Server: JSONRPC </name >
1818 <description >Java SDK for the Agent2Agent Protocol (A2A) - A2A JSONRPC Reference Server (based on Quarkus)</description >
1919
2020 <dependencies >
Original file line number Diff line number Diff line change 8484 <artifactId >mockito-core</artifactId >
8585 <scope >test</scope >
8686 </dependency >
87- <dependency >
88- <groupId >org.mock-server</groupId >
89- <artifactId >mockserver-netty</artifactId >
90- <scope >test</scope >
91- </dependency >
9287 <dependency >
9388 <groupId >ch.qos.logback</groupId >
9489 <artifactId >logback-classic</artifactId >
Original file line number Diff line number Diff line change 3131 <scope >test</scope >
3232 </dependency >
3333 <dependency >
34- <groupId >io.github.a2asdk </groupId >
34+ <groupId >${project.groupId} </groupId >
3535 <artifactId >a2a-java-sdk-spec-grpc</artifactId >
3636 <version >${project.version} </version >
3737 </dependency >
5555 <groupId >jakarta.inject</groupId >
5656 <artifactId >jakarta.inject-api</artifactId >
5757 </dependency >
58- <dependency >
59- <groupId >ch.qos.logback</groupId >
60- <artifactId >logback-classic</artifactId >
61- <scope >test</scope >
62- </dependency >
58+ <!--
6359 <dependency>
6460 <groupId>jakarta.ws.rs</groupId>
6561 <artifactId>jakarta.ws.rs-api</artifactId>
6662 <scope>test</scope>
6763 </dependency>
64+ -->
6865 <dependency >
6966 <groupId >ch.qos.logback</groupId >
7067 <artifactId >logback-classic</artifactId >
You can’t perform that action at this time.
0 commit comments