From c459df5e02ce5324ac2373193c2a0e05fbfbe0fe Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Fri, 29 Sep 2023 18:42:56 -0400 Subject: [PATCH] Fixes http5 import Signed-off-by: Darshit Chanpura --- .../java/org/opensearch/security/rest/WhoAmITests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrationTest/java/org/opensearch/security/rest/WhoAmITests.java b/src/integrationTest/java/org/opensearch/security/rest/WhoAmITests.java index 5e9992c8ad..59e9e192f9 100644 --- a/src/integrationTest/java/org/opensearch/security/rest/WhoAmITests.java +++ b/src/integrationTest/java/org/opensearch/security/rest/WhoAmITests.java @@ -12,7 +12,7 @@ package org.opensearch.security.rest; import com.carrotsearch.randomizedtesting.annotations.ThreadLeakScope; -import org.apache.hc.core5.http.HttpStatus; +import org.apache.http.HttpStatus; import org.junit.ClassRule; import org.junit.Test; import org.junit.runner.RunWith;