busbey commented on a change in pull request #1180: HBASE-23834. HBase fails to
run on Hadoop 3.3.0/3.2.2/3.1.4 due to jetty version mismatch.
URL: https://github.com/apache/hbase/pull/1180#discussion_r381539414
##########
File path: pom.xml
##########
@@ -1471,7 +1471,7 @@
<java.min.version>${compileSource}</java.min.version>
<!-- Dependencies -->
<hadoop-two.version>2.8.5</hadoop-two.version>
- <hadoop-three.version>3.1.2</hadoop-three.version>
+ <hadoop-three.version>3.1.4-SNAPSHOT</hadoop-three.version>
Review comment:
no depending on snapshot versions in the committed codebase. we don't
include references to snapshot repositories, so we shouldn't be able to find
any.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services