You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by pr...@apache.org on 2019/05/21 13:18:47 UTC

[ranger] branch master updated: RANGER-2421: add missing httpclient libraries to the atlas plugin

This is an automated email from the ASF dual-hosted git repository.

pradeep 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 73283c9  RANGER-2421: add missing httpclient libraries to the atlas plugin
73283c9 is described below

commit 73283c991a4ffdf72615ee18845df3fe0437fd6e
Author: Zsombor Gegesy <zs...@apache.org>
AuthorDate: Thu May 9 11:21:53 2019 +0200

    RANGER-2421: add missing httpclient libraries to the atlas plugin
    
    Signed-off-by: Pradeep <pr...@apache.org>
---
 src/main/assembly/plugin-atlas.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/assembly/plugin-atlas.xml b/src/main/assembly/plugin-atlas.xml
index 4de27b0..a7dba72 100644
--- a/src/main/assembly/plugin-atlas.xml
+++ b/src/main/assembly/plugin-atlas.xml
@@ -55,6 +55,8 @@
                     <include>com.google.guava:guava:jar:${google.guava.version}</include>
                     <include>org.codehaus.jackson:jackson-jaxrs</include>
                     <include>org.apache.httpcomponents:httpmime:jar:${httpcomponents.httpmime.version}</include>
+                    <include>org.apache.httpcomponents:httpclient:jar:${httpcomponents.httpclient.version}</include>
+                    <include>org.apache.httpcomponents:httpcore:jar:${httpcomponents.httpcore.version}</include>
                     <include>org.apache.solr:solr-solrj</include>
                     <include>org.apache.ranger:ranger-plugins-audit</include>
                     <include>org.apache.ranger:ranger-plugins-cred</include>