Skip to content

Commit 22945ee

Browse files
committed
revert: "pom.xml: add dependency-check-maven plugin."
This reverts commit b713447. This plugin wasn't being used for a long time. Relates to #799 [skip ci]
1 parent 7be093e commit 22945ee

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@
628628
<mysql.version>5.1.49</mysql.version>
629629

630630
<native2ascii.plugin.version>2.0.1</native2ascii.plugin.version>
631-
<owasp-plugin.version>3.0.2</owasp-plugin.version>
632631
<pmd.plugin.version>3.12.0</pmd.plugin.version>
633632

634633
<!-- Redefine default value from spring-boot-dependencies -->
@@ -1078,16 +1077,6 @@
10781077
<version>${jacoco.plugin.version}</version>
10791078
</plugin>
10801079

1081-
<!--
1082-
Usage: ./mvnw org.owasp:dependency-check-maven:check
1083-
(analyze dependencies for vulnerabilities and creates report in target/dependency-check-report.html)
1084-
-->
1085-
<plugin>
1086-
<groupId>org.owasp</groupId>
1087-
<artifactId>dependency-check-maven</artifactId>
1088-
<version>${owasp-plugin.version}</version>
1089-
</plugin>
1090-
10911080
<!--
10921081
Usage:
10931082
./mvnw robotframework:run (runs tests and generates report in target/robotframework-reports/report.html)

0 commit comments

Comments
 (0)