deniskuzZ commented on code in PR #5720: URL: https://github.com/apache/hive/pull/5720#discussion_r2029031095
########## pom.xml: ########## @@ -783,9 +784,9 @@ <version>${jetty.version}</version> </dependency> <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-runner</artifactId> - <version>${jetty.version}</version> + <groupId>org.apache.tomcat</groupId> Review Comment: i think we should be using `apache-jsp` instead. that would simplify the upgrades of jetty dependencies ```` <groupId>org.eclipse.jetty</groupId> <artifactId>apache-jsp</artifactId> <version>${jetty.version}</version> ```` -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org