Skip to content

Commit

Permalink
readd HttpClients Import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Sep 27, 2023
1 parent a64b2c0 commit 62ea2b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/test/java/gov/cms/ab2d/api/controller/TLSTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import javax.net.ssl.SSLContext;
import org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory;
import org.apache.hc.client5.http.impl.classic.CloseableHttpClient;
import org.apache.hc.client5.http.impl.classic.HttpClients;
import org.apache.hc.core5.ssl.SSLContextBuilder;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit 62ea2b3

Please sign in to comment.