Copilot commented on code in PR #874:
URL: https://github.com/apache/ranger/pull/874#discussion_r2934244069


##########
agents-common/pom.xml:
##########
@@ -83,11 +83,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>javax.servlet-api</artifactId>
-            <version>${javax.servlet.version}</version>
-        </dependency>
         <dependency>

Review Comment:
   PR title/description says this is limited to removing the javax.servlet-api 
dependency in agents-common, but this change set also updates ugsync and 
agents-audit modules (likely because they consume ranger-plugins-common 
transitively). Please update the PR title/description to reflect the broader 
scope so downstream reviewers know this affects multiple modules.



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

Reply via email to