File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 573573 <artifactId >dependency-check-maven</artifactId >
574574 <version >10.0.3</version >
575575 <configuration >
576+ <dataDirectory >${user.home} /.m2/dependency-check-data</dataDirectory >
576577 <nvdApiKey >${nvdApiKey} </nvdApiKey >
577578 <!-- The OSS Index Server (https://ossindex.sonatype.org) can sometimes be flaky -->
578579 <ossIndexWarnOnlyOnRemoteErrors >true</ossIndexWarnOnlyOnRemoteErrors >
964965 </execution >
965966 </executions >
966967 </plugin >
967- <plugin >
968- <groupId >org.owasp</groupId >
969- <artifactId >dependency-check-maven</artifactId >
970- <executions >
971- <execution >
972- <goals >
973- <goal >check</goal >
974- </goals >
975- </execution >
976- </executions >
977- </plugin >
968+ <!-- <plugin> -- >
969+ <!-- <groupId>org.owasp</groupId> -- >
970+ <!-- <artifactId>dependency-check-maven</artifactId> -- >
971+ <!-- <executions> -- >
972+ <!-- <execution> -- >
973+ <!-- <goals> -- >
974+ <!-- <goal>check</goal> -- >
975+ <!-- </goals> -- >
976+ <!-- </execution> -- >
977+ <!-- </executions> -- >
978+ <!-- </plugin> -- >
978979 <plugin >
979980 <groupId >org.apache.maven.plugins</groupId >
980981 <artifactId >maven-resources-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments