You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2015/03/11 07:58:53 UTC

incubator-ranger git commit: RANGER-296: installation of ranger-admin fails with NoClassDefFoundError: org/apache/commons/io/Charsets

Repository: incubator-ranger
Updated Branches:
  refs/heads/master f721abec9 -> de07826d3


RANGER-296: installation of ranger-admin fails with NoClassDefFoundError: org/apache/commons/io/Charsets


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

Branch: refs/heads/master
Commit: de07826d3011234741c4bde19dae3689717d3af1
Parents: f721abe
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Tue Mar 10 23:58:40 2015 -0700
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Tue Mar 10 23:58:40 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/de07826d/src/main/assembly/admin-web.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/admin-web.xml b/src/main/assembly/admin-web.xml
index c252e1f..4a788e9 100644
--- a/src/main/assembly/admin-web.xml
+++ b/src/main/assembly/admin-web.xml
@@ -86,6 +86,7 @@
                     <include>commons-cli:commons-cli</include>
                     <include>commons-collections:commons-collections</include>
                     <include>commons-configuration:commons-configuration</include>
+                    <include>commons-io:commons-io:jar:${commons.io.version}</include>
                     <include>commons-lang:commons-lang</include>
                     <include>commons-logging:commons-logging</include>
                     <include>com.google.guava:guava</include>