@@ -88,13 +88,16 @@ under the License.
8888
8989 <properties >
9090 <mavenVersion >3.6.3</mavenVersion >
91+ <javaVersion >8</javaVersion >
92+
9193 <jettyVersion >9.4.54.v20240208</jettyVersion >
94+ <mockito .version>4.11.0</mockito .version>
95+ <plexus-archiver .version>4.9.2</plexus-archiver .version>
9296 <pluginTestingVersion >3.3.0</pluginTestingVersion >
9397 <resolverVersion >1.4.1</resolverVersion >
94- <javaVersion >8</javaVersion >
95- <project .build.outputTimestamp>2023-10-20T21:21:50Z</project .build.outputTimestamp>
9698 <slf4j .version>1.7.36</slf4j .version>
97- <plexus-archiver .version>4.9.2</plexus-archiver .version>
99+
100+ <project .build.outputTimestamp>2023-10-20T21:21:50Z</project .build.outputTimestamp>
98101 </properties >
99102
100103 <dependencyManagement >
@@ -324,6 +327,22 @@ under the License.
324327 <version >${resolverVersion} </version >
325328 <scope >test</scope >
326329 </dependency >
330+ <dependency >
331+ <groupId >org.junit.jupiter</groupId >
332+ <artifactId >junit-jupiter-api</artifactId >
333+ <scope >test</scope >
334+ </dependency >
335+ <dependency >
336+ <groupId >org.junit.jupiter</groupId >
337+ <artifactId >junit-jupiter-params</artifactId >
338+ <scope >test</scope >
339+ </dependency >
340+ <dependency >
341+ <!-- support for JUnit 4 -->
342+ <groupId >org.junit.vintage</groupId >
343+ <artifactId >junit-vintage-engine</artifactId >
344+ <scope >test</scope >
345+ </dependency >
327346 <dependency >
328347 <groupId >junit</groupId >
329348 <artifactId >junit</artifactId >
@@ -345,7 +364,13 @@ under the License.
345364 <dependency >
346365 <groupId >org.mockito</groupId >
347366 <artifactId >mockito-core</artifactId >
348- <version >4.11.0</version >
367+ <version >${mockito.version} </version >
368+ <scope >test</scope >
369+ </dependency >
370+ <dependency >
371+ <groupId >org.mockito</groupId >
372+ <artifactId >mockito-junit-jupiter</artifactId >
373+ <version >${mockito.version} </version >
349374 <scope >test</scope >
350375 </dependency >
351376
0 commit comments