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/12/22 00:06:14 UTC

incubator-ranger git commit: RANGER-793: fix Atlas-Ranger integration by adding dependent libraries

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 1ba7d49e7 -> ea559d39d


RANGER-793: fix Atlas-Ranger integration by adding dependent libraries

Signed-off-by: Madhan Neethiraj <ma...@apache.org>


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

Branch: refs/heads/master
Commit: ea559d39d4a46d79f9c18b721eed31bb1b2c3307
Parents: 1ba7d49
Author: Abhay Kulkarni <ak...@hortonworks.com>
Authored: Mon Dec 21 08:54:57 2015 -0800
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Mon Dec 21 14:59:10 2015 -0800

----------------------------------------------------------------------
 src/main/assembly/tagsync.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/ea559d39/src/main/assembly/tagsync.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/tagsync.xml b/src/main/assembly/tagsync.xml
index 8adc5cc..2b8ffa7 100644
--- a/src/main/assembly/tagsync.xml
+++ b/src/main/assembly/tagsync.xml
@@ -65,7 +65,14 @@
 					<include>org.apache.kafka:kafka_2.10</include>
 					<include>org.apache.kafka:kafka-clients</include>
 					<include>com.yammer.metrics:metrics-core</include>
+					<include>org.json4s:json4s-native_2.10</include>
+					<include>org.json4s:json4s-core_2.10</include>
+					<include>org.json4s:json4s-ast_2.10</include>
+					<include>com.thoughtworks.paranamer:paranamer</include>
 					<include>org.scala-lang:scala-library</include>
+					<include>org.scala-lang:scalap</include>
+					<include>org.scala-lang:scala-compiler</include>
+					<include>org.scala-lang:scala-reflect</include>
 					<include>com.101tec:zkclient</include>
 					<include>org.apache.zookeeper:zookeeper</include>
 					<include>security_plugins.ranger-plugins-common:ranger-plugins-common</include>