Repository: incubator-ranger Updated Branches: refs/heads/master c530e2c6c -> f867161ac
RANGER-317: ranger-usersync setup fails with NoClassDefFoundError Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/f867161a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/f867161a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/f867161a Branch: refs/heads/master Commit: f867161acf1c6e5169410740f97cee274027ef67 Parents: c530e2c Author: Dilli Dorai Arumugam <[email protected]> Authored: Wed Mar 18 17:53:07 2015 -0700 Committer: Dilli Dorai Arumugam <[email protected]> Committed: Wed Mar 18 17:53:07 2015 -0700 ---------------------------------------------------------------------- src/main/assembly/usersync.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/f867161a/src/main/assembly/usersync.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/usersync.xml b/src/main/assembly/usersync.xml index 23ff7ec..6ad433c 100644 --- a/src/main/assembly/usersync.xml +++ b/src/main/assembly/usersync.xml @@ -49,6 +49,7 @@ <include>org.apache.commons:commons-csv</include> <include>org.apache.ranger:credentialbuilder</include> <include>org.apache.ranger:ranger-util</include> + <include>commons-io:commons-io:jar:${commons.io.version}</include> </includes> <unpack>false</unpack> </dependencySet>
