|
17 | 17 | <plugin> |
18 | 18 | <groupId>org.apache.maven.plugins</groupId> |
19 | 19 | <artifactId>maven-surefire-plugin</artifactId> |
20 | | - <version>2.22.1</version> |
21 | | - <configuration> |
22 | | - <groups>IntegrationTest</groups> |
23 | | - </configuration> |
| 20 | + <version>3.5.2</version> |
24 | 21 | </plugin> |
25 | 22 | </plugins> |
26 | 23 | </build> |
|
33 | 30 | <type>pom</type> |
34 | 31 | <scope>import</scope> |
35 | 32 | </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> |
43 | 33 | </dependencies> |
44 | 34 | </dependencyManagement> |
45 | 35 | <dependencies> |
46 | 36 | <dependency> |
47 | 37 | <groupId>org.junit.jupiter</groupId> |
48 | | - <artifactId>junit-jupiter-api</artifactId> |
| 38 | + <artifactId>junit-jupiter</artifactId> |
| 39 | + <version>5.11.4</version> |
49 | 40 | <scope>test</scope> |
50 | 41 | </dependency> |
51 | 42 | <dependency> |
|
57 | 48 | <artifactId>gson</artifactId> |
58 | 49 | <version>2.10.1</version> |
59 | 50 | </dependency> |
60 | | - <dependency> |
61 | | - <groupId>org.junit.jupiter</groupId> |
62 | | - <artifactId>junit-jupiter-engine</artifactId> |
63 | | - <scope>test</scope> |
64 | | - </dependency> |
65 | 51 | <dependency> |
66 | 52 | <groupId>software.amazon.awssdk</groupId> |
67 | 53 | <artifactId>s3</artifactId> |
68 | 54 | </dependency> |
69 | | - <dependency> |
70 | | - <groupId>org.junit.platform</groupId> |
71 | | - <artifactId>junit-platform-commons</artifactId> |
72 | | - <version>1.9.2</version> |
73 | | - </dependency> |
74 | 55 | <dependency> |
75 | 56 | <groupId>software.amazon.awssdk</groupId> |
76 | 57 | <artifactId>pinpointsmsvoice</artifactId> |
|
83 | 64 | <groupId>software.amazon.awssdk</groupId> |
84 | 65 | <artifactId>pinpoint</artifactId> |
85 | 66 | </dependency> |
86 | | - <dependency> |
87 | | - <groupId>org.junit.platform</groupId> |
88 | | - <artifactId>junit-platform-launcher</artifactId> |
89 | | - <version>1.9.2</version> |
90 | | - <scope>test</scope> |
91 | | - </dependency> |
92 | 67 | <dependency> |
93 | 68 | <groupId>com.google.code.gson</groupId> |
94 | 69 | <artifactId>gson</artifactId> |
|
0 commit comments