This is an automated email from the ASF dual-hosted git repository.
rmani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new a5d2128 RANGER-2336:Ranger HBase plugin should pack guava lib as a
dependency
a5d2128 is described below
commit a5d212871588211870b711cd6ec5f3650c14079d
Author: rmani <[email protected]>
AuthorDate: Tue Feb 12 14:30:11 2019 -0800
RANGER-2336:Ranger HBase plugin should pack guava lib as a dependency
Signed-off-by: rmani <[email protected]>
---
src/main/assembly/hbase-agent.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/assembly/hbase-agent.xml
b/src/main/assembly/hbase-agent.xml
index 3ebc334..b854719 100644
--- a/src/main/assembly/hbase-agent.xml
+++ b/src/main/assembly/hbase-agent.xml
@@ -55,6 +55,7 @@
<include>org.apache.httpcomponents:httpcore:jar:${httpcomponents.httpcore.version}</include>
<include>org.noggit:noggit:jar:${noggit.version}</include>
<include>org.apache.solr:solr-solrj</include>
+
<include>com.google.guava:guava:jar:${google.guava.version}</include>
</includes>
<unpack>false</unpack>
</dependencySet>