|
27 | 27 | <plugin> |
28 | 28 | <groupId>org.apache.maven.plugins</groupId> |
29 | 29 | <artifactId>maven-surefire-plugin</artifactId> |
30 | | - <version>2.22.1</version> |
31 | | - <configuration> |
32 | | - <groups>IntegrationTest</groups> |
33 | | - </configuration> |
| 30 | + <version>3.5.2</version> |
34 | 31 | </plugin> |
35 | 32 | </plugins> |
36 | 33 | </build> |
|
50 | 47 | <type>pom</type> |
51 | 48 | <scope>import</scope> |
52 | 49 | </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> |
60 | | - </dependencies> |
| 50 | + </dependencies> |
61 | 51 | </dependencyManagement> |
62 | 52 | <dependencies> |
63 | 53 | <dependency> |
64 | 54 | <groupId>org.junit.jupiter</groupId> |
65 | | - <artifactId>junit-jupiter-api</artifactId> |
| 55 | + <artifactId>junit-jupiter</artifactId> |
| 56 | + <version>5.11.4</version> |
66 | 57 | <scope>test</scope> |
67 | 58 | </dependency> |
68 | 59 | <dependency> |
69 | 60 | <groupId>software.amazon.awssdk</groupId> |
70 | 61 | <artifactId>netty-nio-client</artifactId> |
71 | 62 | </dependency> |
72 | | - <dependency> |
73 | | - <groupId>org.junit.jupiter</groupId> |
74 | | - <artifactId>junit-jupiter-engine</artifactId> |
75 | | - <scope>test</scope> |
76 | | - </dependency> |
77 | | - <dependency> |
78 | | - <groupId>org.junit.platform</groupId> |
79 | | - <artifactId>junit-platform-commons</artifactId> |
80 | | - <version>1.9.2</version> |
81 | | - </dependency> |
82 | 63 | <dependency> |
83 | 64 | <groupId>software.amazon.awssdk</groupId> |
84 | 65 | <artifactId>secretsmanager</artifactId> |
|
88 | 69 | <artifactId>gson</artifactId> |
89 | 70 | <version>2.10.1</version> |
90 | 71 | </dependency> |
91 | | - <dependency> |
92 | | - <groupId>org.junit.platform</groupId> |
93 | | - <artifactId>junit-platform-launcher</artifactId> |
94 | | - <version>1.9.2</version> |
95 | | - <scope>test</scope> |
96 | | - </dependency> |
97 | 72 | <dependency> |
98 | 73 | <groupId>com.fasterxml.jackson.core</groupId> |
99 | 74 | <artifactId>jackson-databind</artifactId> |
|
0 commit comments