File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments