File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 628
628
<mysql .version>5.1.49</mysql .version>
629
629
630
630
<native2ascii .plugin.version>2.0.1</native2ascii .plugin.version>
631
- <owasp-plugin .version>3.0.2</owasp-plugin .version>
632
631
<pmd .plugin.version>3.12.0</pmd .plugin.version>
633
632
634
633
<!-- Redefine default value from spring-boot-dependencies -->
1078
1077
<version >${jacoco.plugin.version} </version >
1079
1078
</plugin >
1080
1079
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
-
1091
1080
<!--
1092
1081
Usage:
1093
1082
./mvnw robotframework:run (runs tests and generates report in target/robotframework-reports/report.html)
You can’t perform that action at this time.
0 commit comments