Skip to content

Commit

Permalink
Cleaner
Browse files Browse the repository at this point in the history
binkley committed Aug 6, 2024
1 parent 2d82c3e commit bf89035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@
<maven-wrapper-plugin.version>3.3.2</maven-wrapper-plugin.version>
<maven.test.skip>false</maven.test.skip> <!-- Make linter happy -->
<maven.version>3.9.6</maven.version>
<nvdApiKey>${env.OWASP_NVD_API_KEY}</nvdApiKey>
<owasp.nvdApiKey>${env.OWASP_NVD_API_KEY}</owasp.nvdApiKey>
<owasp.skip>false</owasp.skip>
<pitest-junit5-plugin.version>1.2.1</pitest-junit5-plugin.version>
<pitest-maven.version>1.16.1</pitest-maven.version>
@@ -444,7 +444,7 @@
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<skip>${owasp.skip}</skip>
<failBuildOnCVSS>0</failBuildOnCVSS>
<nvdApiKey>${nvdApiKey}</nvdApiKey>
<nvdApiKey>${owasp.nvdApiKey}</nvdApiKey>
</configuration>
<executions>
<execution>

0 comments on commit bf89035

Please sign in to comment.