pan3793 commented on code in PR #6197:
URL: https://github.com/apache/kyuubi/pull/6197#discussion_r1531989650


##########
extensions/spark/kyuubi-spark-authz/pom.xml:
##########
@@ -70,17 +72,13 @@
                     <artifactId>logback-classic</artifactId>
                 </exclusion>
                 <exclusion>
-                    <groupId>commons-lang</groupId>
-                    <artifactId>commons-lang</artifactId>
+                    <groupId>org.apache.commons</groupId>
+                    <artifactId>commons-configuration2</artifactId>

Review Comment:
   seems not, with a basic search on the Ranger codebase, only used from LDAP 
stuff.



##########
extensions/spark/kyuubi-spark-authz/pom.xml:
##########
@@ -70,17 +72,13 @@
                     <artifactId>logback-classic</artifactId>
                 </exclusion>
                 <exclusion>
-                    <groupId>commons-lang</groupId>
-                    <artifactId>commons-lang</artifactId>
+                    <groupId>org.apache.commons</groupId>
+                    <artifactId>commons-configuration2</artifactId>

Review Comment:
   seems not, with a basic search on the Ranger codebase, only used in LDAP 
stuff.



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