Skip to content

Commit

Permalink
Comment out nvdDatafeedUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Jul 3, 2024
1 parent ddafa6a commit 585912e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,8 @@ flexible messaging model and an intuitive client API.</description>
<version>${dependency-check-maven.version}</version>
<configuration>
<nvdApiKeyEnvironmentVariable>NIST_NVD_API_KEY</nvdApiKeyEnvironmentVariable>
<nvdDatafeedUrl>https://jeremylong.github.io/DependencyCheck/hb_nvd/</nvdDatafeedUrl>
<!-- Uncomment the following to use the NVD data feed provided by the Dependency-Check project -->
<!-- <nvdDatafeedUrl>https://jeremylong.github.io/DependencyCheck/hb_nvd/</nvdDatafeedUrl> -->
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 585912e

Please sign in to comment.