Skip to content

Commit 0f2b7cd

Browse files
fix http dependency in CancelBatchJobTransportAction (#2898) (#2901)
Signed-off-by: Bhavana Ramaram <[email protected]> (cherry picked from commit 6f21d9f) Co-authored-by: Bhavana Ramaram <[email protected]>
1 parent 798b16c commit 0f2b7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/java/org/opensearch/ml/action/tasks/CancelBatchJobTransportAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import java.util.Map;
1616
import java.util.Optional;
1717

18-
import org.apache.hc.core5.http.HttpStatus;
18+
import org.apache.http.HttpStatus;
1919
import org.opensearch.OpenSearchException;
2020
import org.opensearch.OpenSearchStatusException;
2121
import org.opensearch.ResourceNotFoundException;

0 commit comments

Comments
 (0)