Skip to content

Commit 5af4ba7

Browse files
committed
Remove more POM stuff which should come from parent
1 parent abac92a commit 5af4ba7

File tree

3 files changed

+0
-58
lines changed

3 files changed

+0
-58
lines changed

examples/pom.xml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,6 @@
1515
<name>Java SDK A2A Examples</name>
1616
<description>Examples for the Java SDK for the Agent2Agent Protocol (A2A)</description>
1717

18-
<properties>
19-
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
20-
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
21-
<jakarta.enterprise.cdi-api.version>4.1.0</jakarta.enterprise.cdi-api.version>
22-
<quarkus.platform.version>3.22.3</quarkus.platform.version>
23-
</properties>
24-
25-
<dependencyManagement>
26-
<dependencies>
27-
<dependency>
28-
<groupId>io.quarkus</groupId>
29-
<artifactId>quarkus-bom</artifactId>
30-
<version>${quarkus.platform.version}</version>
31-
<type>pom</type>
32-
<scope>import</scope>
33-
</dependency>
34-
</dependencies>
35-
</dependencyManagement>
36-
3718
<dependencies>
3819
<dependency>
3920
<groupId>io.a2a.sdk</groupId>
@@ -48,7 +29,6 @@
4829
<dependency>
4930
<groupId>jakarta.enterprise</groupId>
5031
<artifactId>jakarta.enterprise.cdi-api</artifactId>
51-
<version>${jakarta.enterprise.cdi-api.version}</version>
5232
<scope>provided</scope>
5333
</dependency>
5434
<dependency>
@@ -59,24 +39,9 @@
5939

6040
<build>
6141
<plugins>
62-
<plugin>
63-
<groupId>org.apache.maven.plugins</groupId>
64-
<artifactId>maven-compiler-plugin</artifactId>
65-
<version>${maven-compiler-plugin.version}</version>
66-
<configuration>
67-
<source>17</source>
68-
<target>17</target>
69-
</configuration>
70-
</plugin>
71-
<plugin>
72-
<groupId>org.apache.maven.plugins</groupId>
73-
<artifactId>maven-surefire-plugin</artifactId>
74-
<version>${maven-surefire-plugin.version}</version>
75-
</plugin>
7642
<plugin>
7743
<groupId>io.quarkus</groupId>
7844
<artifactId>quarkus-maven-plugin</artifactId>
79-
<version>${quarkus.platform.version}</version>
8045
<extensions>true</extensions>
8146
<executions>
8247
<execution>

sdk-quarkus/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@
4747
<dependency>
4848
<groupId>org.junit.jupiter</groupId>
4949
<artifactId>junit-jupiter-api</artifactId>
50-
<version>${junit.version}</version>
5150
<scope>test</scope>
5251
</dependency>
5352
<dependency>
5453
<groupId>io.rest-assured</groupId>
5554
<artifactId>rest-assured</artifactId>
56-
<version>${rest-assured.version}</version>
5755
<scope>test</scope>
5856
</dependency>
5957
</dependencies>

tck/pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,6 @@
1515
<name>Java SDK A2A TCK Server</name>
1616
<description>Server example to use with the A2A TCK</description>
1717

18-
<properties>
19-
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
20-
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
21-
<jakarta.enterprise.cdi-api.version>4.1.0</jakarta.enterprise.cdi-api.version>
22-
<quarkus.platform.version>3.22.3</quarkus.platform.version>
23-
</properties>
24-
25-
<dependencyManagement>
26-
<dependencies>
27-
<dependency>
28-
<groupId>io.quarkus</groupId>
29-
<artifactId>quarkus-bom</artifactId>
30-
<version>${quarkus.platform.version}</version>
31-
<type>pom</type>
32-
<scope>import</scope>
33-
</dependency>
34-
</dependencies>
35-
</dependencyManagement>
36-
3718
<dependencies>
3819
<dependency>
3920
<groupId>io.a2a.sdk</groupId>
@@ -48,7 +29,6 @@
4829
<dependency>
4930
<groupId>jakarta.enterprise</groupId>
5031
<artifactId>jakarta.enterprise.cdi-api</artifactId>
51-
<version>${jakarta.enterprise.cdi-api.version}</version>
5232
<scope>provided</scope>
5333
</dependency>
5434
<dependency>
@@ -62,7 +42,6 @@
6242
<plugin>
6343
<groupId>io.quarkus</groupId>
6444
<artifactId>quarkus-maven-plugin</artifactId>
65-
<version>${quarkus.platform.version}</version>
6645
<extensions>true</extensions>
6746
<executions>
6847
<execution>

0 commit comments

Comments
 (0)