Skip to content

Commit d977cfb

Browse files
authored
4.x fix owasp nvd (#10853)
* Remove config of nvdApiKey for owasp plugin. Rely on script. * Upgrade dependency check plugin to 12.1.9
1 parent d46b9a0 commit d977cfb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<version.plugin.source>3.0.1</version.plugin.source>
150150
<version.plugin.spotbugs>4.7.3.5</version.plugin.spotbugs>
151151
<version.plugin.findsecbugs>1.12.0</version.plugin.findsecbugs>
152-
<version.plugin.dependency-check>12.1.8</version.plugin.dependency-check>
152+
<version.plugin.dependency-check>12.1.9</version.plugin.dependency-check>
153153
<version.plugin.surefire>3.1.0</version.plugin.surefire>
154154
<version.plugin.toolchains>1.1</version.plugin.toolchains>
155155
<version.plugin.version-plugin>2.3</version.plugin.version-plugin>
@@ -664,8 +664,6 @@
664664
<skipTestScope>true</skipTestScope>
665665
<failBuildOnCVSS>0</failBuildOnCVSS>
666666
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
667-
<!--suppress MavenModelInspection -->
668-
<nvdApiKey>${nvd-api-key}</nvdApiKey>
669667
<excludes>
670668
<!-- Exclude stuff we do not deploy -->
671669
<exclude>io.helidon.tracing:helidon-tracing-tests</exclude>

0 commit comments

Comments
 (0)