Copilot commented on code in PR #821:
URL: https://github.com/apache/ranger/pull/821#discussion_r2724649302
##########
knox-agent/pom.xml:
##########
@@ -115,10 +114,6 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-util</artifactId>
- </exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>*</artifactId>
Review Comment:
With the removal of the jetty-util exclusion, verify that no transitive
Jetty dependencies are being pulled in through other dependencies that could
conflict with the intended removal of Knox's Jetty dependency. Consider adding
dependency analysis to confirm the expected dependency tree.
--
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]