Skip to content

Commit edb80ae

Browse files
committed
Remove junit-platform-runner (dropped in JUnit 6)
junit-platform-runner provided JUnit 4 compatibility which was removed in JUnit 6. Remove the dependency and its version property from pom.xml.
1 parent 67b6764 commit edb80ae

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,6 @@
330330
<version>${junit-version}</version>
331331
<scope>test</scope>
332332
</dependency>
333-
<dependency>
334-
<groupId>org.junit.platform</groupId>
335-
<artifactId>junit-platform-runner</artifactId>
336-
<version>${junit-platform-runner.version}</version>
337-
<scope>test</scope>
338-
</dependency>
339333
</dependencies>
340334
<properties>
341335
<java.version>17</java.version>
@@ -349,8 +343,7 @@
349343
<jakarta-annotation-version>3.0.0</jakarta-annotation-version>
350344
<beanvalidation-version>2.0.2</beanvalidation-version>
351345
<junit-version>6.1.1</junit-version>
352-
<junit-platform-runner.version>6.1.1</junit-platform-runner.version>
353-
<jakarta.ws.rs-api-version>4.0.0</jakarta.ws.rs-api-version>
346+
<jakarta.ws.rs-api-version>4.0.0</jakarta.ws.rs-api-version>
354347
<jsr311-api-version>1.1.1</jsr311-api-version>
355348
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
356349
<spotless.version>2.46.1</spotless.version>

0 commit comments

Comments
 (0)