Skip to content

Commit 77737c9

Browse files
committed
update
1 parent a4061fa commit 77737c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/spring-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</dependencyManagement>
3030
<dependencies>
3131
<dependency>
32-
<groupId>io.a2a.sdk</groupId>
32+
<groupId>io.github.a2asdk</groupId>
3333
<artifactId>a2a-java-sdk-server-spring</artifactId>
3434
<version>${project.version}</version>
3535
</dependency>

sdk-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependencies>
3636
<dependency>
3737
<groupId>${project.groupId}</groupId>
38-
<artifactId>a2a-java-sdk-core</artifactId>
38+
<artifactId>a2a-java-sdk-spec</artifactId>
3939
<version>${project.version}</version>
4040
</dependency>
4141
<dependency>

0 commit comments

Comments
 (0)