File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 9797 <maven-compiler-plugin .version>3.12.1</maven-compiler-plugin .version>
9898 <maven-shade-plugin .version>3.1.1</maven-shade-plugin .version>
9999 <maven-war-plugin .version>3.2.2</maven-war-plugin .version>
100- <owasp-dependency-check .version>11.1.0</owasp-dependency-check .version>
101100
102101 <distribution-respository-id >ossrh</distribution-respository-id >
103102
475474 </execution >
476475 </executions >
477476 </plugin >
478- <plugin >
479- <groupId >org.owasp</groupId >
480- <artifactId >dependency-check-maven</artifactId >
481- <version >${owasp-dependency-check.version} </version >
482- <configuration >
483- <failBuildOnCVSS >7</failBuildOnCVSS >
484- <failOnError >false</failOnError >
485- <skipTestScope >true</skipTestScope >
486- <!-- suppressionFiles: see https://jeremylong.github.io/DependencyCheck/general/suppression.html -->
487- <suppressionFiles >
488- <suppressionFile >${maven.multiModuleProjectDirectory} /dependencycheck-root-suppression.xml</suppressionFile >
489- </suppressionFiles >
490- <nvdApiKey >${NVD_API_KEY} </nvdApiKey >
491- </configuration >
492-
493- <executions >
494- <execution >
495- <!-- run only using explicit command -->
496- <phase >none</phase >
497- </execution >
498- </executions >
499- </plugin >
500477 <plugin >
501478 <groupId >com.github.spotbugs</groupId >
502479 <artifactId >spotbugs-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments