You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sp...@apache.org on 2018/04/25 00:33:05 UTC

ranger git commit: RANGER-2082: Adding commons-io jar file to ews/lib folder

Repository: ranger
Updated Branches:
  refs/heads/master e6ab27ef6 -> d8295fe6c


RANGER-2082: Adding commons-io jar file to ews/lib folder


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/d8295fe6
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/d8295fe6
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/d8295fe6

Branch: refs/heads/master
Commit: d8295fe6cf8da0641b3ba851f952290a6686d96e
Parents: e6ab27e
Author: Sailaja Polavarapu <sp...@hortonworks.com>
Authored: Tue Apr 24 15:15:14 2018 -0700
Committer: Sailaja Polavarapu <sp...@hortonworks.com>
Committed: Tue Apr 24 15:15:14 2018 -0700

----------------------------------------------------------------------
 src/main/assembly/admin-web.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/d8295fe6/src/main/assembly/admin-web.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/admin-web.xml b/src/main/assembly/admin-web.xml
index 960c994..73bf8c0 100644
--- a/src/main/assembly/admin-web.xml
+++ b/src/main/assembly/admin-web.xml
@@ -213,6 +213,7 @@
                     <include>commons-collections:commons-collections</include>
                     <include>commons-configuration:commons-configuration</include>
                     <include>commons-lang:commons-lang</include>
+		    <include>commons-io:commons-io</include>
                 </includes>
                 <unpack>false</unpack>
             </dependencySet>