nastra commented on code in PR #15897:
URL: https://github.com/apache/iceberg/pull/15897#discussion_r3071112098


##########
gradle/libs.versions.toml:
##########
@@ -204,6 +205,8 @@ jakarta-el-api = { module = "jakarta.el:jakarta.el-api", 
version.ref = "jakarta-
 jakarta-servlet = {module = "jakarta.servlet:jakarta.servlet-api", version.ref 
= "jakarta-servlet-api"}
 jetty-compression-server = { module = 
"org.eclipse.jetty.compression:jetty-compression-server", version.ref = "jetty" 
}
 jetty-compression-gzip = { module = 
"org.eclipse.jetty.compression:jetty-compression-gzip", version.ref = "jetty" }
+javax-servlet = { module = "javax.servlet:javax.servlet-api", version.ref = 
"javax-servlet-api" }

Review Comment:
   javax-servlet is deprecated and was replaced by jakarta-servlet. Is this 
something that we can use here instead?



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