You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sp...@apache.org on 2020/09/09 01:06:23 UTC

[ranger] branch master updated: RANGER-2987: Removed unused ratis jars from ranger admin packaging

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

spolavarapu 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 1760b04  RANGER-2987: Removed unused ratis jars from ranger admin packaging
1760b04 is described below

commit 1760b0473d06f069f6b53904f2d5bcfed0c09b71
Author: Sailaja Polavarapu <sp...@cloudera.com>
AuthorDate: Tue Sep 8 16:30:11 2020 -0700

    RANGER-2987: Removed unused ratis jars from ranger admin packaging
---
 distro/src/main/assembly/admin-web.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/distro/src/main/assembly/admin-web.xml b/distro/src/main/assembly/admin-web.xml
index 3776563..fcab9ab 100644
--- a/distro/src/main/assembly/admin-web.xml
+++ b/distro/src/main/assembly/admin-web.xml
@@ -190,8 +190,6 @@
           <include>io.opentracing:opentracing-util:jar:0.31.0</include>
           <include>io.opentracing.contrib:opentracing-tracerresolver:jar:0.1.5</include>
           <include>com.google.protobuf:protobuf-java</include>
-          <include>org.apache.ratis:ratis-common:jar:0.2.0</include>
-          <include>org.apache.ratis:ratis-thirdparty-misc:jar:0.2.0</include>
         </includes>
       </binaries>
     </moduleSet>