[JAVA-18135] Moved apache-httpclient related modules to jdk9-and-above profile (#13656)

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
This commit is contained in:
panos-kakos
2023-03-22 12:55:04 +02:00
committed by GitHub
parent 41dd1457b4
commit 1f20f35689
3 changed files with 10 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ import java.io.IOException;
class HttpClientGettingCookieValueUnitTest {
private static Logger log = LoggerFactory.getLogger(HttpClientGettingCookieValueUnitTest.class);
private static final String SAMPLE_URL = "http://www.baeldung.com/";
private static final String SAMPLE_URL = "http://www.github.com/";
@Test
void whenSettingCustomCookieOnTheRequest_thenGettingTheSameCookieFromTheResponse() throws IOException {