Skip to content

Commit b353282

Browse files
committed
Make example poms standalone.
1 parent db88763 commit b353282

File tree

4 files changed

+43
-32
lines changed

4 files changed

+43
-32
lines changed

examples/examples-release-17/pom.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,16 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<parent>
7-
<groupId>io.kubernetes</groupId>
8-
<artifactId>client-java-examples-parent</artifactId>
9-
<version>20.0.0-SNAPSHOT</version>
10-
<relativePath>..</relativePath>
11-
</parent>
12-
136
<artifactId>client-java-examples-release-17</artifactId>
147
<name>client-java-examples-release-17</name>
8+
<groupId>io.kubernetes</groupId>
9+
<version>17.0.0</version>
1510

1611
<dependencies>
1712
<dependency>
1813
<groupId>ch.qos.logback</groupId>
1914
<artifactId>logback-classic</artifactId>
15+
<version>1.5.3</version>
2016
<scope>runtime</scope>
2117
</dependency>
2218
<dependency>
@@ -57,6 +53,7 @@
5753
<dependency>
5854
<groupId>commons-cli</groupId>
5955
<artifactId>commons-cli</artifactId>
56+
<version>1.6.0</version>
6057
</dependency>
6158
<dependency>
6259
<groupId>io.kubernetes</groupId>
@@ -72,11 +69,13 @@
7269
<dependency>
7370
<groupId>org.junit.jupiter</groupId>
7471
<artifactId>junit-jupiter</artifactId>
72+
<version>${junit-jupiter.version}</version>
7573
<scope>test</scope>
7674
</dependency>
7775
<dependency>
7876
<groupId>org.wiremock</groupId>
7977
<artifactId>wiremock</artifactId>
78+
<version>3.4.2</version>
8079
<scope>test</scope>
8180
</dependency>
8281
<!--for
@@ -113,5 +112,8 @@
113112
</plugin>
114113
</plugins>
115114
</build>
116-
115+
<properties>
116+
<junit-jupiter.version>5.10.2</junit-jupiter.version>
117+
<spring.boot.version>3.2.4</spring.boot.version>
118+
</properties>
117119
</project>

examples/examples-release-18/pom.xml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,17 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<parent>
7-
<groupId>io.kubernetes</groupId>
8-
<artifactId>client-java-examples-parent</artifactId>
9-
<version>20.0.0-SNAPSHOT</version>
10-
<relativePath>..</relativePath>
11-
</parent>
12-
136
<artifactId>client-java-examples-release-18</artifactId>
147
<name>client-java-examples-release-18</name>
8+
<groupId>io.kubernetes</groupId>
9+
<version>18.0.0</version>
10+
1511

1612
<dependencies>
1713
<dependency>
1814
<groupId>ch.qos.logback</groupId>
1915
<artifactId>logback-classic</artifactId>
16+
<version>1.5.3</version>
2017
<scope>runtime</scope>
2118
</dependency>
2219
<dependency>
@@ -57,6 +54,7 @@
5754
<dependency>
5855
<groupId>commons-cli</groupId>
5956
<artifactId>commons-cli</artifactId>
57+
<version>1.6.0</version>
6058
</dependency>
6159
<dependency>
6260
<groupId>io.kubernetes</groupId>
@@ -72,11 +70,13 @@
7270
<dependency>
7371
<groupId>org.junit.jupiter</groupId>
7472
<artifactId>junit-jupiter</artifactId>
73+
<version>${junit-jupiter.version}</version>
7574
<scope>test</scope>
7675
</dependency>
7776
<dependency>
7877
<groupId>org.wiremock</groupId>
7978
<artifactId>wiremock</artifactId>
79+
<version>3.4.2</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<!--for
@@ -113,5 +113,8 @@
113113
</plugin>
114114
</plugins>
115115
</build>
116-
116+
<properties>
117+
<junit-jupiter.version>5.10.2</junit-jupiter.version>
118+
<spring.boot.version>3.2.4</spring.boot.version>
119+
</properties>
117120
</project>

examples/examples-release-19/pom.xml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,16 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<parent>
7-
<groupId>io.kubernetes</groupId>
8-
<artifactId>client-java-examples-parent</artifactId>
9-
<version>20.0.0-SNAPSHOT</version>
10-
<relativePath>..</relativePath>
11-
</parent>
12-
136
<artifactId>client-java-examples-release-19</artifactId>
147
<name>client-java-examples-release-19</name>
8+
<groupId>io.kubernetes</groupId>
9+
<version>19.0.0</version>
1510

1611
<dependencies>
1712
<dependency>
1813
<groupId>ch.qos.logback</groupId>
1914
<artifactId>logback-classic</artifactId>
15+
<version>1.5.3</version>
2016
<scope>runtime</scope>
2117
</dependency>
2218
<dependency>
@@ -57,6 +53,7 @@
5753
<dependency>
5854
<groupId>commons-cli</groupId>
5955
<artifactId>commons-cli</artifactId>
56+
<version>1.6.0</version>
6057
</dependency>
6158
<dependency>
6259
<groupId>io.kubernetes</groupId>
@@ -72,11 +69,13 @@
7269
<dependency>
7370
<groupId>org.junit.jupiter</groupId>
7471
<artifactId>junit-jupiter</artifactId>
72+
<version>${junit-jupiter.version}</version>
7573
<scope>test</scope>
7674
</dependency>
7775
<dependency>
7876
<groupId>org.wiremock</groupId>
7977
<artifactId>wiremock</artifactId>
78+
<version>3.4.2</version>
8079
<scope>test</scope>
8180
</dependency>
8281
<!--for
@@ -94,6 +93,7 @@
9493
<dependency>
9594
<groupId>com.amazonaws</groupId>
9695
<artifactId>aws-java-sdk-sts</artifactId>
96+
<version>1.12.689</version>
9797
</dependency>
9898

9999
</dependencies>
@@ -117,5 +117,8 @@
117117
</plugin>
118118
</plugins>
119119
</build>
120-
120+
<properties>
121+
<junit-jupiter.version>5.10.2</junit-jupiter.version>
122+
<spring.boot.version>3.2.4</spring.boot.version>
123+
</properties>
121124
</project>

examples/examples-release-20/pom.xml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,16 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<parent>
7-
<groupId>io.kubernetes</groupId>
8-
<artifactId>client-java-examples-parent</artifactId>
9-
<version>20.0.0-SNAPSHOT</version>
10-
<relativePath>..</relativePath>
11-
</parent>
12-
136
<artifactId>client-java-examples-release-20</artifactId>
147
<name>client-java-examples-release-20</name>
8+
<groupId>io.kubernetes</groupId>
9+
<version>20.0.0</version>
1510

1611
<dependencies>
1712
<dependency>
1813
<groupId>ch.qos.logback</groupId>
1914
<artifactId>logback-classic</artifactId>
15+
<version>1.5.3</version>
2016
<scope>runtime</scope>
2117
</dependency>
2218
<dependency>
@@ -57,6 +53,7 @@
5753
<dependency>
5854
<groupId>commons-cli</groupId>
5955
<artifactId>commons-cli</artifactId>
56+
<version>1.6.0</version>
6057
</dependency>
6158
<dependency>
6259
<groupId>io.kubernetes</groupId>
@@ -72,11 +69,13 @@
7269
<dependency>
7370
<groupId>org.junit.jupiter</groupId>
7471
<artifactId>junit-jupiter</artifactId>
72+
<version>${junit-jupiter.version}</version>
7573
<scope>test</scope>
7674
</dependency>
7775
<dependency>
7876
<groupId>org.wiremock</groupId>
7977
<artifactId>wiremock</artifactId>
78+
<version>3.4.2</version>
8079
<scope>test</scope>
8180
</dependency>
8281
<!--for
@@ -94,6 +93,7 @@
9493
<dependency>
9594
<groupId>com.amazonaws</groupId>
9695
<artifactId>aws-java-sdk-sts</artifactId>
96+
<version>1.12.689</version>
9797
</dependency>
9898

9999
</dependencies>
@@ -117,5 +117,8 @@
117117
</plugin>
118118
</plugins>
119119
</build>
120-
120+
<properties>
121+
<junit-jupiter.version>5.10.2</junit-jupiter.version>
122+
<spring.boot.version>3.2.4</spring.boot.version>
123+
</properties>
121124
</project>

0 commit comments

Comments
 (0)