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 <[email protected]> Authored: Tue Mar 10 23:58:40 2015 -0700 Committer: Madhan Neethiraj <[email protected]> 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>
