|
25 | 25 | <plugin> |
26 | 26 | <groupId>org.apache.maven.plugins</groupId> |
27 | 27 | <artifactId>maven-surefire-plugin</artifactId> |
28 | | - <version>2.22.1</version> |
29 | | - <configuration> |
30 | | - <groups>IntegrationTest</groups> |
31 | | - </configuration> |
| 28 | + <version>3.5.2</version> |
32 | 29 | </plugin> |
33 | 30 | </plugins> |
34 | 31 | </build> |
|
41 | 38 | <type>pom</type> |
42 | 39 | <scope>import</scope> |
43 | 40 | </dependency> |
44 | | - <dependency> |
45 | | - <groupId>org.junit</groupId> |
46 | | - <artifactId>junit-bom</artifactId> |
47 | | - <version>5.9.2</version> |
48 | | - <type>pom</type> |
49 | | - <scope>import</scope> |
50 | | - </dependency> |
51 | 41 | </dependencies> |
52 | 42 | </dependencyManagement> |
53 | 43 | <dependencies> |
54 | 44 | <dependency> |
55 | 45 | <groupId>org.junit.jupiter</groupId> |
56 | | - <artifactId>junit-jupiter-api</artifactId> |
| 46 | + <artifactId>junit-jupiter</artifactId> |
| 47 | + <version>5.11.4</version> |
57 | 48 | <scope>test</scope> |
58 | 49 | </dependency> |
59 | 50 | <dependency> |
|
66 | 57 | <version>2.10.1</version> |
67 | 58 | </dependency> |
68 | 59 | <dependency> |
69 | | - <groupId>org.junit.jupiter</groupId> |
70 | | - <artifactId>junit-jupiter-engine</artifactId> |
71 | | - <scope>test</scope> |
72 | | - </dependency> |
73 | | - <dependency> |
74 | | - <groupId>org.junit.platform</groupId> |
75 | | - <artifactId>junit-platform-commons</artifactId> |
76 | | - <version>1.9.2</version> |
| 60 | + <groupId>software.amazon.awssdk</groupId> |
| 61 | + <artifactId>swf</artifactId> |
77 | 62 | </dependency> |
78 | 63 | <dependency> |
79 | | - <groupId>org.junit.platform</groupId> |
80 | | - <artifactId>junit-platform-launcher</artifactId> |
81 | | - <version>1.9.2</version> |
82 | | - <scope>test</scope> |
| 64 | + <groupId>software.amazon.awssdk</groupId> |
| 65 | + <artifactId>sso</artifactId> |
83 | 66 | </dependency> |
84 | 67 | <dependency> |
85 | 68 | <groupId>software.amazon.awssdk</groupId> |
86 | | - <artifactId>swf</artifactId> |
| 69 | + <artifactId>ssooidc</artifactId> |
87 | 70 | </dependency> |
88 | 71 | </dependencies> |
89 | 72 | </project> |
0 commit comments