Skip to content

Commit 9012334

Browse files
Dalibor SkrobakVladimir Kotal
authored andcommitted
updated maven-surefire plugin to detect JUnits fully
1 parent a3f1193 commit 9012334

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
6969
<!-- Jackson version needs to match the version of Jackson Jersey depends on otherwise weird things will happen. -->
7070
<jackson.version>2.8.10</jackson.version>
7171
<junit.version>5.4.2</junit.version>
72+
<maven-surefire.version>2.22.2</maven-surefire.version>
7273
</properties>
7374

7475
<dependencyManagement>
@@ -219,7 +220,7 @@ Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
219220
<forkCount>1</forkCount>
220221
<reuseForks>false</reuseForks>
221222
</configuration>
222-
<version>2.22.0</version>
223+
<version>${maven-surefire.version}</version>
223224
<executions>
224225
<execution>
225226
<id>run-unit-tests</id>
@@ -388,7 +389,7 @@ Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
388389
<plugin>
389390
<groupId>org.apache.maven.plugins</groupId>
390391
<artifactId>maven-surefire-report-plugin</artifactId>
391-
<version>2.20</version>
392+
<version>${maven-surefire.version}</version>
392393
</plugin>
393394
<plugin>
394395
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)