Skip to content

Commit 1c1adaf

Browse files
committed
Update pom.xml
1 parent dba6b15 commit 1c1adaf

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

pom.xml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,12 @@
8080
<dependencies>
8181
<dependency>
8282
<groupId>org.junit.jupiter</groupId>
83-
<artifactId>junit-jupiter-api</artifactId>
84-
<scope>test</scope>
85-
</dependency>
86-
<dependency>
87-
<groupId>org.junit.jupiter</groupId>
88-
<artifactId>junit-jupiter-params</artifactId>
83+
<artifactId>junit-jupiter</artifactId>
8984
<scope>test</scope>
9085
</dependency>
9186
<dependency>
9287
<groupId>org.junit.platform</groupId>
93-
<artifactId>junit-platform-reporting</artifactId>
88+
<artifactId>junit-platform-launcher</artifactId>
9489
<scope>test</scope>
9590
</dependency>
9691
<dependency>
@@ -144,20 +139,14 @@
144139
<plugin>
145140
<groupId>org.apache.maven.plugins</groupId>
146141
<artifactId>maven-surefire-plugin</artifactId>
147-
<version>3.5.2</version>
142+
<version>3.5.3</version>
148143
<configuration>
149144
<!-- Sets the VM argument line used when unit tests are run. -->
150145
<!-- Suppress UnresolvedMavenProperty. -->
151146
<argLine>-Xms1g -Xmx2g @{surefireArgLine}</argLine>
152147
<useSystemClassLoader>false</useSystemClassLoader>
153148
<forkedProcessExitTimeoutInSeconds>180</forkedProcessExitTimeoutInSeconds>
154149
<forkCount>1</forkCount>
155-
<properties>
156-
<configurationParameters>
157-
junit.platform.reporting.open.xml.enabled = true
158-
junit.platform.reporting.output.dir = target/surefire-reports
159-
</configurationParameters>
160-
</properties>
161150
</configuration>
162151
</plugin>
163152
<plugin>

0 commit comments

Comments
 (0)