NihalJain commented on code in PR #6783:
URL: https://github.com/apache/hbase/pull/6783#discussion_r1990101114
##########
pom.xml:
##########
@@ -863,9 +863,9 @@
<jackson.version>2.17.2</jackson.version>
<jackson.databind.version>2.17.2</jackson.databind.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
- <servlet.api.version>3.1.0</servlet.api.version>
+ <servlet.api.version>4.0.1</servlet.api.version>
Review Comment:
hbase worked with 3.1.0 as well but as per
https://stackoverflow.com/questions/77007560/missing-jetty-servlet-12-0-0-dependency
we should be on 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]