|
15 | 15 |
|
16 | 16 | <packaging>war</packaging> |
17 | 17 |
|
18 | | - <name>WildFly Extras - Java A2A SDK for Jakarta - Example - Simple</name> |
19 | | - <description>Java SDK for the Agent2Agent Protocol (A2A) - SDK - Jakarta - TCK - WildFly Jar</description> |
| 18 | + <name>WildFly Extras - Java A2A SDK for Jakarta - Example - Simple Server</name> |
| 19 | + <description>Java SDK for the Agent2Agent Protocol (A2A) - SDK - Jakarta - Example - Simple</description> |
20 | 20 |
|
21 | 21 | <properties> |
22 | 22 | <!-- |
|
40 | 40 | </dependency> |
41 | 41 |
|
42 | 42 | <!-- |
43 | | - The core a2a-java server dependency. Default scope since it, and |
44 | | - a lot of its dependencies should be included in the war. --> |
| 43 | + The core a2a-java server dependency. Default scope since it, and |
| 44 | + a lot of its dependencies should be included in the war. --> |
45 | 45 | <dependency> |
46 | 46 | <groupId>io.github.a2asdk</groupId> |
47 | 47 | <artifactId>a2a-java-sdk-server-common</artifactId> |
|
79 | 79 | <groupId>org.wildfly.plugins</groupId> |
80 | 80 | <artifactId>wildfly-maven-plugin</artifactId> |
81 | 81 | <configuration> |
82 | | - <feature-packs> |
| 82 | + <feature-packs> |
83 | 83 | <feature-pack> |
84 | 84 | <groupId>org.wildfly</groupId> |
85 | 85 | <artifactId>wildfly-galleon-pack</artifactId> |
|
157 | 157 | </dependency> |
158 | 158 |
|
159 | 159 | <!-- |
160 | | - gRPC needs JSONRPC to get the agent card. |
161 | | - This is likely to change in the future. So for now include the |
162 | | - JSONRCP dependencies here. |
163 | | - --> |
| 160 | + gRPC needs JSONRPC to get the agent card. |
| 161 | + This is likely to change in the future. So for now include the |
| 162 | + JSONRCP dependencies here. |
| 163 | + --> |
164 | 164 | <dependency> |
165 | 165 | <groupId>${project.groupId}</groupId> |
166 | 166 | <artifactId>a2a-java-sdk-jakarta-jsonrpc</artifactId> |
|
174 | 174 | <groupId>org.wildfly.plugins</groupId> |
175 | 175 | <artifactId>wildfly-maven-plugin</artifactId> |
176 | 176 | <configuration> |
177 | | - <feature-packs> |
| 177 | + <feature-packs> |
178 | 178 | <!-- |
179 | 179 | Still include the main WildFly feature pack, so we are not stuck |
180 | 180 | to the version used by the gRPC feature pack |
|
184 | 184 | <artifactId>wildfly-galleon-pack</artifactId> |
185 | 185 | <version>${version.wildfly}</version> |
186 | 186 | </feature-pack> |
187 | | - <!-- Add the gRPC feature pack --> |
| 187 | + <!-- Add the gRPC feature pack --> |
188 | 188 | <feature-pack> |
189 | 189 | <groupId>org.wildfly.extras.grpc</groupId> |
190 | 190 | <artifactId>wildfly-grpc-feature-pack</artifactId> |
|
231 | 231 | <artifactId>a2a-java-sdk-jakarta-rest</artifactId> |
232 | 232 | <version>${project.version}</version> |
233 | 233 | </dependency> |
| 234 | + |
| 235 | + <!-- |
| 236 | + gRPC needs JSONRPC to get the agent card. |
| 237 | + This is likely to change in the future. So for now include the |
| 238 | + JSONRCP dependencies here. |
| 239 | + --> |
234 | 240 | <dependency> |
235 | | - <groupId>com.google.protobuf</groupId> |
236 | | - <artifactId>protobuf-java-util</artifactId> |
| 241 | + <groupId>${project.groupId}</groupId> |
| 242 | + <artifactId>a2a-java-sdk-jakarta-jsonrpc</artifactId> |
| 243 | + <version>${project.version}</version> |
237 | 244 | </dependency> |
238 | 245 | </dependencies> |
239 | 246 | </profile> |
|
0 commit comments