Skip to content

Commit

Permalink
[JAVA-18135] Moved apache-httpclient related modules to jdk9-and-abov…
Browse files Browse the repository at this point in the history
…e profile (eugenp#13656)

Co-authored-by: Dhawal Kapil <[email protected]>
  • Loading branch information
panos-kakos and dkapil authored Mar 22, 2023
1 parent 41dd145 commit 1f20f35
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
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 {
Expand Down
1 change: 1 addition & 0 deletions apache-httpclient4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@
<mockserver.version>5.11.2</mockserver.version>
<!-- maven plugins -->
<cargo-maven2-plugin.version>1.6.1</cargo-maven2-plugin.version>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
</properties>

</project>
15 changes: 8 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,7 @@
<module>gradle-modules/gradle/maven-to-gradle</module>
<!-- <module>grails</module> --> <!-- Not a maven project -->
<!-- <module>guest</module> --> <!-- not to be built as its for guest articles -->
<module>apache-httpclient</module>
<module>apache-httpclient4</module>

<module>java-jdi</module>

<module>jetbrains</module>
Expand Down Expand Up @@ -537,8 +536,7 @@
<module>gradle-modules/gradle/maven-to-gradle</module>
<!-- <module>grails</module> --> <!-- Not a maven project -->
<!-- <module>guest</module> --> <!-- not to be built as its for guest articles -->
<module>apache-httpclient</module>
<module>apache-httpclient4</module>

<module>java-jdi</module>

<module>jhipster-5</module>
Expand Down Expand Up @@ -734,6 +732,9 @@
</build>

<modules>
<module>apache-httpclient</module>
<module>apache-httpclient4</module>
<module>apache-httpclient-2</module>
<module>spring-mobile</module>
<module>microservices-modules</module>
<module>spring-ejb-modules</module>
Expand Down Expand Up @@ -833,7 +834,6 @@
<module>docker-modules</module>
<module>drools</module>
<module>guava-modules</module>
<module>apache-httpclient-2</module>
<module>kubernetes-modules</module>
<module>libraries-concurrency</module>
<module>libraries-testing</module>
Expand Down Expand Up @@ -867,7 +867,6 @@

<module>akka-modules</module>
<module>annotations</module>
<module>apache-httpclient</module>
<module>httpclient-simple</module>
<module>antlr</module>
<module>apache-kafka</module>
Expand Down Expand Up @@ -1007,6 +1006,9 @@
</build>

<modules>
<module>apache-httpclient</module>
<module>apache-httpclient4</module>
<module>apache-httpclient-2</module>
<module>spring-mobile</module>
<module>microservices-modules</module>
<module>spring-ejb-modules</module>
Expand Down Expand Up @@ -1138,7 +1140,6 @@

<module>akka-modules</module>
<module>annotations</module>
<module>apache-httpclient</module>
<module>antlr</module>
<module>apache-kafka</module>
<module>apache-kafka-2</module>
Expand Down

0 comments on commit 1f20f35

Please sign in to comment.