stoty commented on code in PR #46:
URL: https://github.com/apache/hadoop-thirdparty/pull/46#discussion_r2374069971
##########
pom.xml:
##########
@@ -290,16 +325,16 @@
<extensions>true</extensions>
</plugin>
<plugin>
- <!-- OWASP's dependency-check plugin will scan the third party
- dependencies of this project for known CVEs (security
- vulnerabilities against them). It will produce a report
- in target/dependency-check-report.html. To invoke, run
- 'mvn dependency-check:aggregate'. Note that this plugin
- requires maven 3.1.1 or greater.
- -->
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>${dependency-check-maven.version}</version>
+ <configuration>
Review Comment:
The OWASP plugin should be in a profile so that it is only run with Java11+.
Otherwise site build will fail with Java 8-10.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]