This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 807b51450 RANGER-4322: fix enable-atlas-plugin.sh failure
807b51450 is described below

commit 807b514509c3d9a37ca86175057e6748bfd7fc79
Author: szymonorz <[email protected]>
AuthorDate: Wed Jul 19 18:52:06 2023 +0200

    RANGER-4322: fix enable-atlas-plugin.sh failure
    
    Signed-off-by: Madhan Neethiraj <[email protected]>
---
 distro/src/main/assembly/plugin-atlas.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/distro/src/main/assembly/plugin-atlas.xml 
b/distro/src/main/assembly/plugin-atlas.xml
index d35061274..3d0a55cbc 100644
--- a/distro/src/main/assembly/plugin-atlas.xml
+++ b/distro/src/main/assembly/plugin-atlas.xml
@@ -121,6 +121,8 @@
           
<include>com.fasterxml.woodstox:woodstox-core:jar:${fasterxml.woodstox.version}</include>
           
<include>org.codehaus.woodstox:stax2-api:jar:${codehaus.woodstox.stax2api.version}</include>
           
<include>org.apache.commons:commons-configuration2:jar:${commons.configuration.version}</include>
+          
<include>org.apache.commons:commons-lang3:jar:${commons.lang3.version}</include>
+          
<include>org.apache.commons:commons-compress:jar:${commons.compress.version}</include>
         </includes>
       </binaries>
     </moduleSet>

Reply via email to