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 2023/05/01 15:37:35 UTC

[ranger] branch ranger-2.4 updated: RANGER-4101: REST API to find security-zone for a given resource - #2

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

madhan pushed a commit to branch ranger-2.4
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.4 by this push:
     new e0b17d5b3 RANGER-4101: REST API to find security-zone for a given resource - #2
e0b17d5b3 is described below

commit e0b17d5b36afc324c7d64cab395507bed464e435
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Mon May 1 08:36:55 2023 -0700

    RANGER-4101: REST API to find security-zone for a given resource - #2
    
    (cherry picked from commit 18c53d5d1449721cf35ca00f4ee9d887ff66b493)
---
 intg/src/test/java/org/apache/ranger/TestRangerClient.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/intg/src/test/java/org/apache/ranger/TestRangerClient.java b/intg/src/test/java/org/apache/ranger/TestRangerClient.java
index c63b3ab20..56e6fbbeb 100644
--- a/intg/src/test/java/org/apache/ranger/TestRangerClient.java
+++ b/intg/src/test/java/org/apache/ranger/TestRangerClient.java
@@ -19,7 +19,6 @@
 package org.apache.ranger;
 
 import com.sun.jersey.api.client.ClientResponse;
-import com.sun.jersey.api.client.GenericType;
 import org.apache.ranger.plugin.model.RangerSecurityZone;
 import org.apache.ranger.plugin.model.RangerSecurityZoneHeaderInfo;
 import org.apache.ranger.plugin.model.RangerService;