Skip to content

Commit a56d4f7

Browse files
committed
fix: Client pom cleanup
1 parent 3e7ebc9 commit a56d4f7

File tree

6 files changed

+35
-19
lines changed

6 files changed

+35
-19
lines changed

client/base/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,22 @@
2121
<dependency>
2222
<groupId>${project.groupId}</groupId>
2323
<artifactId>a2a-java-sdk-client-config</artifactId>
24-
<version>${project.version}</version>
2524
</dependency>
2625
<dependency>
2726
<groupId>${project.groupId}</groupId>
2827
<artifactId>a2a-java-sdk-http-client</artifactId>
29-
<version>${project.version}</version>
3028
</dependency>
3129
<dependency>
3230
<groupId>${project.groupId}</groupId>
3331
<artifactId>a2a-java-sdk-client-transport-spi</artifactId>
34-
<version>${project.version}</version>
3532
</dependency>
3633
<dependency>
3734
<groupId>${project.groupId}</groupId>
3835
<artifactId>a2a-java-sdk-common</artifactId>
39-
<version>${project.version}</version>
4036
</dependency>
4137
<dependency>
4238
<groupId>${project.groupId}</groupId>
4339
<artifactId>a2a-java-sdk-spec</artifactId>
44-
<version>${project.version}</version>
4540
</dependency>
4641
<dependency>
4742
<groupId>org.junit.jupiter</groupId>

client/config/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<dependency>
2222
<groupId>${project.groupId}</groupId>
2323
<artifactId>a2a-java-sdk-spec</artifactId>
24-
<version>${project.version}</version>
2524
</dependency>
2625
<dependency>
2726
<groupId>org.junit.jupiter</groupId>

client/transport/grpc/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,22 @@
2020
<dependency>
2121
<groupId>${project.groupId}</groupId>
2222
<artifactId>a2a-java-sdk-client-config</artifactId>
23-
<version>${project.version}</version>
2423
</dependency>
2524
<dependency>
2625
<groupId>${project.groupId}</groupId>
2726
<artifactId>a2a-java-sdk-common</artifactId>
28-
<version>${project.version}</version>
2927
</dependency>
3028
<dependency>
3129
<groupId>${project.groupId}</groupId>
3230
<artifactId>a2a-java-sdk-spec</artifactId>
33-
<version>${project.version}</version>
3431
</dependency>
3532
<dependency>
3633
<groupId>${project.groupId}</groupId>
3734
<artifactId>a2a-java-sdk-spec-grpc</artifactId>
38-
<version>${project.version}</version>
3935
</dependency>
4036
<dependency>
4137
<groupId>${project.groupId}</groupId>
4238
<artifactId>a2a-java-sdk-client-transport-spi</artifactId>
43-
<version>${project.version}</version>
4439
</dependency>
4540
<dependency>
4641
<groupId>org.junit.jupiter</groupId>

client/transport/jsonrpc/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,26 @@
2020
<dependency>
2121
<groupId>${project.groupId}</groupId>
2222
<artifactId>a2a-java-sdk-client</artifactId>
23-
<version>${project.version}</version>
2423
</dependency>
2524
<dependency>
2625
<groupId>${project.groupId}</groupId>
2726
<artifactId>a2a-java-sdk-client-config</artifactId>
28-
<version>${project.version}</version>
2927
</dependency>
3028
<dependency>
3129
<groupId>${project.groupId}</groupId>
3230
<artifactId>a2a-java-sdk-http-client</artifactId>
33-
<version>${project.version}</version>
3431
</dependency>
3532
<dependency>
3633
<groupId>${project.groupId}</groupId>
3734
<artifactId>a2a-java-sdk-client-transport-spi</artifactId>
38-
<version>${project.version}</version>
3935
</dependency>
4036
<dependency>
4137
<groupId>${project.groupId}</groupId>
4238
<artifactId>a2a-java-sdk-common</artifactId>
43-
<version>${project.version}</version>
4439
</dependency>
4540
<dependency>
4641
<groupId>${project.groupId}</groupId>
4742
<artifactId>a2a-java-sdk-spec</artifactId>
48-
<version>${project.version}</version>
4943
</dependency>
5044
<dependency>
5145
<groupId>org.junit.jupiter</groupId>

client/transport/spi/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@
2020
<dependency>
2121
<groupId>io.github.a2asdk</groupId>
2222
<artifactId>a2a-java-sdk-client-config</artifactId>
23-
<version>${project.version}</version>
2423
</dependency>
2524
<dependency>
2625
<groupId>io.github.a2asdk</groupId>
2726
<artifactId>a2a-java-sdk-spec</artifactId>
28-
<version>${project.version}</version>
2927
</dependency>
3028
</dependencies>
3129

pom.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,41 @@
7474

7575
<dependencyManagement>
7676
<dependencies>
77+
<dependency>
78+
<groupId>${project.groupId}</groupId>
79+
<artifactId>a2a-java-sdk-client</artifactId>
80+
<version>${project.version}</version>
81+
</dependency>
82+
<dependency>
83+
<groupId>${project.groupId}</groupId>
84+
<artifactId>a2a-java-sdk-client-config</artifactId>
85+
<version>${project.version}</version>
86+
</dependency>
87+
<dependency>
88+
<groupId>${project.groupId}</groupId>
89+
<artifactId>a2a-java-sdk-client-transport-spi</artifactId>
90+
<version>${project.version}</version>
91+
</dependency>
92+
<dependency>
93+
<groupId>${project.groupId}</groupId>
94+
<artifactId>a2a-java-sdk-common</artifactId>
95+
<version>${project.version}</version>
96+
</dependency>
97+
<dependency>
98+
<groupId>${project.groupId}</groupId>
99+
<artifactId>a2a-java-sdk-http-client</artifactId>
100+
<version>${project.version}</version>
101+
</dependency>
102+
<dependency>
103+
<groupId>${project.groupId}</groupId>
104+
<artifactId>a2a-java-sdk-spec</artifactId>
105+
<version>${project.version}</version>
106+
</dependency>
107+
<dependency>
108+
<groupId>${project.groupId}</groupId>
109+
<artifactId>a2a-java-sdk-spec-grpc</artifactId>
110+
<version>${project.version}</version>
111+
</dependency>
77112
<dependency>
78113
<groupId>io.grpc</groupId>
79114
<artifactId>grpc-bom</artifactId>

0 commit comments

Comments
 (0)