Skip to content

Commit

Permalink
cleanup owasp dependency-check-maven setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 12, 2024
1 parent a61d83d commit e355d6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions owasp-suppressions.xml

This file was deleted.

3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<checkstyle.version>10.12.5</checkstyle.version>
<spotbugs.version>4.8.1</spotbugs.version>
<pmd.version>6.55.0</pmd.version>
<dependencycheck.version>9.0.4</dependencycheck.version>
<dependencycheck.version>9.0.8</dependencycheck.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -182,7 +182,6 @@
<artifactId>dependency-check-maven</artifactId>
<version>${dependencycheck.version}</version>
<configuration>
<suppressionFiles>owasp-suppressions.xml</suppressionFiles>
<failBuildOnCVSS>0</failBuildOnCVSS>
</configuration>
<executions>
Expand Down

0 comments on commit e355d6b

Please sign in to comment.