Skip to content

Commit

Permalink
fix breaking change of HTTPEntity
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn committed Mar 2, 2023
1 parent 4650fbe commit bed188d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@

package org.opensearch.ml.bwc;

import static org.junit.Assert.*;
import static org.opensearch.ml.common.input.parameter.clustering.KMeansParams.DistanceType.COSINE;

import java.io.IOException;
import java.util.*;
import java.util.stream.Collectors;

import org.apache.http.HttpEntity;
import org.apache.hc.core5.http.HttpEntity;
import org.junit.Assume;
import org.junit.Before;
import org.opensearch.client.Response;
Expand Down

0 comments on commit bed188d

Please sign in to comment.