kumaab commented on code in PR #724:
URL: https://github.com/apache/ranger/pull/724#discussion_r2505343508


##########
agents-common/pom.xml:
##########
@@ -107,6 +102,11 @@
             <artifactId>commons-configuration2</artifactId>
             <version>${commons.configuration.version}</version>
         </dependency>
+        <dependency>

Review Comment:
   it seems this dependency needs to be added in other modules (pom.xml) as 
well:
   ```
   hive-agent
   plugin-atlas
   plugin-nestedstructure
   ranger-atlas-plugin-shim
   ranger-common-ha
   ranger-examples
   ugsync/ldapconfigchecktool
   ```
   please update, thanks.
   



##########
distro/src/main/assembly/admin-web.xml:
##########
@@ -125,7 +125,6 @@
         <directoryMode>755</directoryMode>
         <fileMode>644</fileMode>
         <includes>
-            
<include>commons-lang:commons-lang:jar:${commons.lang.version}</include>

Review Comment:
   this needs to be added here:
   ```
   
<include>org.apache.commons:commons-lang3:jar:${commons.lang3.version}</include>
   ```
   please check all such references in all other xml files.



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