Skip to content

Commit a6cdf00

Browse files
committed
Remove vintage engine from swt tests
As all tests are JUnit 5 now let's not pollute with useless things.
1 parent 67642bd commit a6cdf00

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/org.eclipse.swt.tests/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@
6161
junit.jupiter.execution.parallel.enabled=false
6262
junit.jupiter.execution.parallel.methods=false
6363
junit.jupiter.execution.parallel.classes=false
64-
junit.vintage.execution.parallel.enabled=false
65-
junit.vintage.execution.parallel.methods=false
66-
junit.vintage.execution.parallel.classes=false
6764
</configurationParameters>
6865
</properties>
6966
</configuration>
@@ -75,11 +72,6 @@
7572
<artifactId>surefire-junit-platform</artifactId>
7673
<version>${surefire.version}</version>
7774
</dependency>
78-
<dependency>
79-
<groupId>org.junit.vintage</groupId>
80-
<artifactId>junit-vintage-engine</artifactId>
81-
<version>5.13.4</version>
82-
</dependency>
8375
<dependency>
8476
<groupId>org.junit.platform</groupId>
8577
<artifactId>junit-platform-suite-engine</artifactId>

0 commit comments

Comments
 (0)