Skip to content

Commit 92ab9f1

Browse files
committed
Remove owasp plugin
1 parent 555c19b commit 92ab9f1

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
9898
<maven-shade-plugin.version>3.1.1</maven-shade-plugin.version>
9999
<maven-war-plugin.version>3.2.2</maven-war-plugin.version>
100-
<owasp-dependency-check.version>11.1.0</owasp-dependency-check.version>
101100

102101
<distribution-respository-id>ossrh</distribution-respository-id>
103102

@@ -475,28 +474,6 @@
475474
</execution>
476475
</executions>
477476
</plugin>
478-
<plugin>
479-
<groupId>org.owasp</groupId>
480-
<artifactId>dependency-check-maven</artifactId>
481-
<version>${owasp-dependency-check.version}</version>
482-
<configuration>
483-
<failBuildOnCVSS>7</failBuildOnCVSS>
484-
<failOnError>false</failOnError>
485-
<skipTestScope>true</skipTestScope>
486-
<!-- suppressionFiles: see https://jeremylong.github.io/DependencyCheck/general/suppression.html -->
487-
<suppressionFiles>
488-
<suppressionFile>${maven.multiModuleProjectDirectory}/dependencycheck-root-suppression.xml</suppressionFile>
489-
</suppressionFiles>
490-
<nvdApiKey>${NVD_API_KEY}</nvdApiKey>
491-
</configuration>
492-
493-
<executions>
494-
<execution>
495-
<!-- run only using explicit command -->
496-
<phase>none</phase>
497-
</execution>
498-
</executions>
499-
</plugin>
500477
<plugin>
501478
<groupId>com.github.spotbugs</groupId>
502479
<artifactId>spotbugs-maven-plugin</artifactId>

0 commit comments

Comments
 (0)