11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4- <modelVersion >4.0.0</modelVersion >
5- <groupId >com.checkmarx.ast.eclipse.tests</groupId >
6- <artifactId >com.checkmarx.ast.eclipse.tests</artifactId >
7- <description >Checkmarx Eclipse Plugin Integration Tests Project</description >
8- <packaging >eclipse-test-plugin</packaging >
9- <parent >
10- <groupId >com.checkmarx.ast.eclipse</groupId >
11- <artifactId >checkmarx-eclipse-plugin</artifactId >
12- <version >1.0.0-SNAPSHOT</version >
13- </parent >
14- <dependencies >
15- <dependency >
16- <groupId >org.junit.jupiter</groupId >
17- <artifactId >junit-jupiter</artifactId >
18- <version >5.11.4</version >
19- <scope >test</scope >
20- </dependency >
21- <dependency >
22- <groupId >org.mockito</groupId >
23- <artifactId >mockito-core</artifactId >
24- <version >5.14.2</version >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <groupId >com.checkmarx.ast.eclipse.tests</groupId >
7+ <artifactId >com.checkmarx.ast.eclipse.tests</artifactId >
8+ <description >Checkmarx Eclipse Plugin Integration Tests Project</description >
9+ <packaging >eclipse-test-plugin</packaging >
10+ <parent >
11+ <groupId >com.checkmarx.ast.eclipse</groupId >
12+ <artifactId >checkmarx-eclipse-plugin</artifactId >
13+ <version >1.0.0-SNAPSHOT</version >
14+ </parent >
15+ <dependencies >
16+ <dependency >
17+ <groupId >org.mockito</groupId >
18+ <artifactId >mockito-core</artifactId >
19+ <version >5.14.2</version >
2520 <scope >test</scope >
2621 </dependency >
2722 </dependencies >
3429 <configuration >
3530 <useUIHarness >true</useUIHarness >
3631 <useUIThread >false</useUIThread >
37- <failIfNoTests >false</failIfNoTests >
38- <includes >
39- <include >**/*Test.java</include >
40- </includes >
32+ <providerHint >junit5</providerHint >
33+ <failIfNoTests >true</failIfNoTests >
4134 </configuration >
4235 </plugin >
43-
4436 </plugins >
45- </build >
37+ </build >
4638</project >
0 commit comments