Skip to content

Commit

Permalink
Fix warning for DependencyCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
binkley committed Apr 19, 2024
1 parent ecdd70a commit 7c950e1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -430,15 +430,7 @@
<configuration>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<skip>${owasp.skip}</skip>
<failBuildOnAnyVulnerability>true
</failBuildOnAnyVulnerability>
<!--
Test if this goes faster from a government US site as
described in messages during build.
Public domain data from governments should not require
registrataion, and treat all accesses the same.
-->
<nvdApiKey>0fbd6249-ca99-49e2-bc76-45dd97c39191</nvdApiKey>
<failBuildOnCVSS>0</failBuildOnCVSS>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 7c950e1

Please sign in to comment.