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:12 UTC

[ranger] branch master 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 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 18c53d5d1 RANGER-4101: REST API to find security-zone for a given resource - #2
18c53d5d1 is described below

commit 18c53d5d1449721cf35ca00f4ee9d887ff66b493
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
---
 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;