|
89 | 89 | <properties> |
90 | 90 | <!-- Test libs --> |
91 | 91 | <junit_jupiter_version>5.4.0-M1</junit_jupiter_version> |
92 | | - <junit_paltform_version>1.4.0-M1</junit_paltform_version> |
93 | 92 | <hazelcast_version>3.9-EA</hazelcast_version> |
94 | 93 | <hamcrest_version>1.3</hamcrest_version> |
95 | 94 | <hibernate_validator_version>5.2.4.Final</hibernate_validator_version> |
|
162 | 161 | </dependencyManagement> |
163 | 162 |
|
164 | 163 | <dependencies> |
165 | | - <dependency> |
166 | | - <groupId>org.junit.jupiter</groupId> |
167 | | - <artifactId>junit-jupiter-api</artifactId> |
168 | | - <version>${junit_jupiter_version}</version> |
169 | | - <scope>test</scope> |
170 | | - </dependency> |
171 | 164 | <dependency> |
172 | 165 | <groupId>org.junit.jupiter</groupId> |
173 | 166 | <artifactId>junit-jupiter-engine</artifactId> |
|
180 | 173 | <version>${junit_jupiter_version}</version> |
181 | 174 | <scope>test</scope> |
182 | 175 | </dependency> |
183 | | - <dependency> |
184 | | - <groupId>org.junit.platform</groupId> |
185 | | - <artifactId>junit-platform-launcher</artifactId> |
186 | | - <version>${junit_paltform_version}</version> |
187 | | - <scope>test</scope> |
188 | | - </dependency> |
189 | | - <dependency> |
190 | | - <groupId>org.junit.platform</groupId> |
191 | | - <artifactId>junit-platform-engine</artifactId> |
192 | | - <version>${junit_paltform_version}</version> |
193 | | - <scope>test</scope> |
194 | | - </dependency> |
195 | | - <dependency> |
196 | | - <groupId>org.junit.platform</groupId> |
197 | | - <artifactId>junit-platform-commons</artifactId> |
198 | | - <version>${junit_paltform_version}</version> |
199 | | - <scope>test</scope> |
200 | | - </dependency> |
201 | 176 | <dependency> |
202 | 177 | <groupId>org.hamcrest</groupId> |
203 | 178 | <artifactId>hamcrest-all</artifactId> |
|
541 | 516 | <!-- keep surefire and failsafe in sync --> |
542 | 517 | <plugin> |
543 | 518 | <artifactId>maven-surefire-plugin</artifactId> |
544 | | - <version>3.0.0-M3</version> |
| 519 | + <version>2.22.1</version> |
545 | 520 | </plugin> |
546 | 521 | <!-- keep surefire and failsafe in sync --> |
547 | 522 | <plugin> |
548 | 523 | <artifactId>maven-failsafe-plugin</artifactId> |
549 | | - <version>3.0.0-M3</version> |
| 524 | + <version>2.22.1</version> |
550 | 525 | </plugin> |
551 | 526 | <plugin> |
552 | 527 | <artifactId>maven-clean-plugin</artifactId> |
|
0 commit comments