steveloughran commented on code in PR #46:
URL: https://github.com/apache/hadoop-thirdparty/pull/46#discussion_r2376102416


##########
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:
   @stoty not worrying about this; whoever fixes the site build can deal with 
it. We don't ever build a thirdparty site after all. What's most important is 
to use java8 for any new release we still want to work with hadoop 3.4.x.



-- 
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]

Reply via email to