File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
refactor-first-maven-plugin Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 7777 <!-- Needed to address Struts 1.3.8 vulnerabilities brought in by maven-reporting-impl -->
7878 <doxiaVersion >1.9.1</doxiaVersion >
7979 <doxiaSitetoolsVersion >1.9.2</doxiaSitetoolsVersion >
80+
81+ <maven .core.version>3.8.1</maven .core.version>
8082 </properties >
8183
8284 <modules >
304306 <artifactId >dependency-check-maven</artifactId >
305307 <version >6.1.0</version >
306308 <configuration >
307- <failBuildOnCVSS >9.1 </failBuildOnCVSS >
309+ <failBuildOnCVSS >8.0 </failBuildOnCVSS >
308310 </configuration >
309311 <executions >
310312 <execution >
Original file line number Diff line number Diff line change 7272 <version >${doxiaSitetoolsVersion} </version >
7373 </dependency >
7474
75+ <dependency >
76+ <groupId >org.apache.maven</groupId >
77+ <artifactId >maven-core</artifactId >
78+ <version >${maven.core.version} </version >
79+ </dependency >
80+
7581 <!-- Maven Reporting -->
7682 <dependency >
7783 <groupId >org.apache.maven.reporting</groupId >
You can’t perform that action at this time.
0 commit comments