Skip to content

Commit 08b6a81

Browse files
committed
rolled in review comments
1 parent dcecc78 commit 08b6a81

File tree

33 files changed

+193
-140
lines changed

33 files changed

+193
-140
lines changed

javav2/example_code/acm/pom.xml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<groupId>org.example</groupId>
88
<artifactId>acm</artifactId>
99
<version>1.0-SNAPSHOT</version>
10-
1110
<properties>
1211
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1312
<java.version>17</java.version>
@@ -51,13 +50,19 @@
5150
<type>pom</type>
5251
<scope>import</scope>
5352
</dependency>
53+
<dependency>
54+
<groupId>org.junit</groupId>
55+
<artifactId>junit-bom</artifactId>
56+
<version>5.9.2</version>
57+
<type>pom</type>
58+
<scope>import</scope>
59+
</dependency>
5460
</dependencies>
5561
</dependencyManagement>
5662
<dependencies>
5763
<dependency>
5864
<groupId>org.junit.jupiter</groupId>
5965
<artifactId>junit-jupiter-api</artifactId>
60-
<version>5.9.2</version>
6166
<scope>test</scope>
6267
</dependency>
6368
<dependency>
@@ -67,7 +72,6 @@
6772
<dependency>
6873
<groupId>org.junit.jupiter</groupId>
6974
<artifactId>junit-jupiter-engine</artifactId>
70-
<version>5.9.2</version>
7175
<scope>test</scope>
7276
</dependency>
7377
<dependency>
@@ -133,13 +137,5 @@
133137
<artifactId>url-connection-client</artifactId>
134138
<version>2.18.13</version>
135139
</dependency>
136-
<dependency>
137-
<groupId>software.amazon.awssdk</groupId>
138-
<artifactId>sso</artifactId>
139-
</dependency>
140-
<dependency>
141-
<groupId>software.amazon.awssdk</groupId>
142-
<artifactId>ssooidc</artifactId>
143-
</dependency>
144140
</dependencies>
145141
</project>

javav2/example_code/apigateway/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,24 @@
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>
37+
<dependency>
38+
<groupId>org.junit</groupId>
39+
<artifactId>junit-bom</artifactId>
40+
<version>5.9.2</version>
41+
<type>pom</type>
42+
<scope>import</scope>
43+
</dependency>
3744
</dependencies>
3845
</dependencyManagement>
3946
<dependencies>
4047
<dependency>
4148
<groupId>org.junit.jupiter</groupId>
4249
<artifactId>junit-jupiter-api</artifactId>
43-
<version>5.8.2</version>
4450
<scope>test</scope>
4551
</dependency>
4652
<dependency>
4753
<groupId>org.junit.jupiter</groupId>
4854
<artifactId>junit-jupiter-engine</artifactId>
49-
<version>5.8.2</version>
5055
<scope>test</scope>
5156
</dependency>
5257
<dependency>

javav2/example_code/appautoscale/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,24 @@
3030
<type>pom</type>
3131
<scope>import</scope>
3232
</dependency>
33+
<dependency>
34+
<groupId>org.junit</groupId>
35+
<artifactId>junit-bom</artifactId>
36+
<version>5.9.2</version>
37+
<type>pom</type>
38+
<scope>import</scope>
39+
</dependency>
3340
</dependencies>
3441
</dependencyManagement>
3542
<dependencies>
3643
<dependency>
3744
<groupId>org.junit.jupiter</groupId>
3845
<artifactId>junit-jupiter-api</artifactId>
39-
<version>5.9.2</version>
4046
<scope>test</scope>
4147
</dependency>
4248
<dependency>
4349
<groupId>org.junit.jupiter</groupId>
4450
<artifactId>junit-jupiter-engine</artifactId>
45-
<version>5.9.2</version>
4651
<scope>test</scope>
4752
</dependency>
4853
<dependency>

javav2/example_code/appsync/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,24 @@
4242
<type>pom</type>
4343
<scope>import</scope>
4444
</dependency>
45+
<dependency>
46+
<groupId>org.junit</groupId>
47+
<artifactId>junit-bom</artifactId>
48+
<version>5.9.2</version>
49+
<type>pom</type>
50+
<scope>import</scope>
51+
</dependency>
4552
</dependencies>
4653
</dependencyManagement>
4754
<dependencies>
4855
<dependency>
4956
<groupId>org.junit.jupiter</groupId>
5057
<artifactId>junit-jupiter-api</artifactId>
51-
<version>5.9.2</version>
5258
<scope>test</scope>
5359
</dependency>
5460
<dependency>
5561
<groupId>org.junit.jupiter</groupId>
5662
<artifactId>junit-jupiter-engine</artifactId>
57-
<version>5.9.2</version>
5863
<scope>test</scope>
5964
</dependency>
6065
<dependency>

javav2/example_code/athena/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,24 @@
3333
<type>pom</type>
3434
<scope>import</scope>
3535
</dependency>
36+
<dependency>
37+
<groupId>org.junit</groupId>
38+
<artifactId>junit-bom</artifactId>
39+
<version>5.9.2</version>
40+
<type>pom</type>
41+
<scope>import</scope>
42+
</dependency>
3643
</dependencies>
3744
</dependencyManagement>
3845
<dependencies>
3946
<dependency>
4047
<groupId>org.junit.jupiter</groupId>
4148
<artifactId>junit-jupiter-api</artifactId>
42-
<version>5.9.2</version>
4349
<scope>test</scope>
4450
</dependency>
4551
<dependency>
4652
<groupId>org.junit.jupiter</groupId>
4753
<artifactId>junit-jupiter-engine</artifactId>
48-
<version>5.9.2</version>
4954
<scope>test</scope>
5055
</dependency>
5156
<dependency>

javav2/example_code/autoscale/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,24 @@
3030
<type>pom</type>
3131
<scope>import</scope>
3232
</dependency>
33+
<dependency>
34+
<groupId>org.junit</groupId>
35+
<artifactId>junit-bom</artifactId>
36+
<version>5.9.2</version>
37+
<type>pom</type>
38+
<scope>import</scope>
39+
</dependency>
3340
</dependencies>
3441
</dependencyManagement>
3542
<dependencies>
3643
<dependency>
3744
<groupId>org.junit.jupiter</groupId>
3845
<artifactId>junit-jupiter-api</artifactId>
39-
<version>5.9.2</version>
4046
<scope>test</scope>
4147
</dependency>
4248
<dependency>
4349
<groupId>org.junit.jupiter</groupId>
4450
<artifactId>junit-jupiter-engine</artifactId>
45-
<version>5.9.2</version>
4651
<scope>test</scope>
4752
</dependency>
4853
<dependency>

javav2/example_code/batch/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,19 @@
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>
52+
<dependency>
53+
<groupId>org.junit</groupId>
54+
<artifactId>junit-bom</artifactId>
55+
<version>5.9.2</version>
56+
<type>pom</type>
57+
<scope>import</scope>
58+
</dependency>
5259
</dependencies>
5360
</dependencyManagement>
5461
<dependencies>
5562
<dependency>
5663
<groupId>org.junit.jupiter</groupId>
5764
<artifactId>junit-jupiter-api</artifactId>
58-
<version>5.9.2</version>
5965
<scope>test</scope>
6066
</dependency>
6167
<dependency>
@@ -65,7 +71,6 @@
6571
<dependency>
6672
<groupId>org.junit.jupiter</groupId>
6773
<artifactId>junit-jupiter-engine</artifactId>
68-
<version>5.9.2</version>
6974
<scope>test</scope>
7075
</dependency>
7176
<dependency>

javav2/example_code/cloudformation/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
<type>pom</type>
4343
<scope>import</scope>
4444
</dependency>
45+
<dependency>
46+
<groupId>org.junit</groupId>
47+
<artifactId>junit-bom</artifactId>
48+
<version>5.9.2</version>
49+
<type>pom</type>
50+
<scope>import</scope>
51+
</dependency>
4552
</dependencies>
4653
</dependencyManagement>
4754
<dependencies>
@@ -61,13 +68,11 @@
6168
<dependency>
6269
<groupId>org.junit.jupiter</groupId>
6370
<artifactId>junit-jupiter-api</artifactId>
64-
<version>5.9.2</version>
6571
<scope>test</scope>
6672
</dependency>
6773
<dependency>
6874
<groupId>org.junit.jupiter</groupId>
6975
<artifactId>junit-jupiter-engine</artifactId>
70-
<version>5.9.2</version>
7176
<scope>test</scope>
7277
</dependency>
7378
<dependency>

javav2/example_code/cloudfront/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,24 @@
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>
49+
<dependency>
50+
<groupId>org.junit</groupId>
51+
<artifactId>junit-bom</artifactId>
52+
<version>5.9.2</version>
53+
<type>pom</type>
54+
<scope>import</scope>
55+
</dependency>
4956
</dependencies>
5057
</dependencyManagement>
5158
<dependencies>
5259
<dependency>
5360
<groupId>org.junit.jupiter</groupId>
5461
<artifactId>junit-jupiter-api</artifactId>
55-
<version>5.9.2</version>
5662
<scope>test</scope>
5763
</dependency>
5864
<dependency>
5965
<groupId>org.junit.jupiter</groupId>
6066
<artifactId>junit-jupiter-engine</artifactId>
61-
<version>5.9.2</version>
6267
<scope>test</scope>
6368
</dependency>
6469
<dependency>

javav2/example_code/cloudtrail/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
<type>pom</type>
4343
<scope>import</scope>
4444
</dependency>
45+
<dependency>
46+
<groupId>org.junit</groupId>
47+
<artifactId>junit-bom</artifactId>
48+
<version>5.9.2</version>
49+
<type>pom</type>
50+
<scope>import</scope>
51+
</dependency>
4552
</dependencies>
4653
</dependencyManagement>
4754
<dependencies>
@@ -61,13 +68,11 @@
6168
<dependency>
6269
<groupId>org.junit.jupiter</groupId>
6370
<artifactId>junit-jupiter-api</artifactId>
64-
<version>5.9.2</version>
6571
<scope>test</scope>
6672
</dependency>
6773
<dependency>
6874
<groupId>org.junit.jupiter</groupId>
6975
<artifactId>junit-jupiter-engine</artifactId>
70-
<version>5.9.2</version>
7176
<scope>test</scope>
7277
</dependency>
7378
<dependency>

0 commit comments

Comments
 (0)