File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 69
69
<!-- Jackson version needs to match the version of Jackson Jersey depends on otherwise weird things will happen. -->
70
70
<jackson .version>2.8.10</jackson .version>
71
71
<junit .version>5.4.2</junit .version>
72
+ <maven-surefire .version>2.22.2</maven-surefire .version>
72
73
</properties >
73
74
74
75
<dependencyManagement >
219
220
<forkCount >1</forkCount >
220
221
<reuseForks >false</reuseForks >
221
222
</configuration >
222
- <version >2.22.0 </version >
223
+ <version >${maven-surefire.version} </version >
223
224
<executions >
224
225
<execution >
225
226
<id >run-unit-tests</id >
388
389
<plugin >
389
390
<groupId >org.apache.maven.plugins</groupId >
390
391
<artifactId >maven-surefire-report-plugin</artifactId >
391
- <version >2.20 </version >
392
+ <version >${maven-surefire.version} </version >
392
393
</plugin >
393
394
<plugin >
394
395
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments