Repository: incubator-ranger Updated Branches: refs/heads/master f0cae730a -> 77e2c4429
RANGER-1143: added ranger-plugins-cred lib for tagsync deployment Signed-off-by: Velmurugan Periasamy <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/77e2c442 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/77e2c442 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/77e2c442 Branch: refs/heads/master Commit: 77e2c4429da45c426fd93d68c249ee74b8a77443 Parents: f0cae73 Author: sneethiraj <[email protected]> Authored: Wed Aug 10 12:09:25 2016 -0400 Committer: Velmurugan Periasamy <[email protected]> Committed: Wed Aug 10 22:10:23 2016 +0530 ---------------------------------------------------------------------- src/main/assembly/tagsync.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/77e2c442/src/main/assembly/tagsync.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/tagsync.xml b/src/main/assembly/tagsync.xml index bb5b35c..f8717ef 100644 --- a/src/main/assembly/tagsync.xml +++ b/src/main/assembly/tagsync.xml @@ -51,6 +51,7 @@ <include>org.apache.kafka:kafka_2.10:jar:${kafka.version}</include> <include>org.apache.kafka:kafka-clients:jar:${kafka.version}</include> <include>org.apache.ranger:credentialbuilder</include> + <include>org.apache.ranger:ranger-plugins-cred</include> <include>org.apache.ranger:ranger-plugins-common</include> <include>org.apache.ranger:ranger-util</include> <include>org.apache.zookeeper:zookeeper:jar:${zookeeper.version}</include>
