Skip to content
Open
Prev Previous commit
Next Next commit
feat: add sample a2a4j with springboot build
  • Loading branch information
tomsun28 committed Jun 15, 2025
commit b9b51aee61fe0c3bc99952c4f15f1cc079e88240
2 changes: 1 addition & 1 deletion samples/a2a4j-springboot-sample/client-hello-world/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.google.a2a4j</groupId>
<artifactId>a2a4j-springboot-samples</artifactId>
<artifactId>a2a4j-springboot-sample</artifactId>
<version>1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion samples/a2a4j-springboot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.google.a2a4j</groupId>
<artifactId>a2a4j-springboot-samples</artifactId>
<artifactId>a2a4j-springboot-sample</artifactId>
<packaging>pom</packaging>
<version>1.0</version>

Expand Down
2 changes: 1 addition & 1 deletion samples/a2a4j-springboot-sample/server-hello-world/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.google.a2a4j</groupId>
<artifactId>a2a4j-springboot-samples</artifactId>
<artifactId>a2a4j-springboot-sample</artifactId>
<version>1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down