Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from Apache HttpClient to internal Java HttpClient #62

Open
rsteph-de opened this issue Sep 20, 2023 · 0 comments
Open

Migrate from Apache HttpClient to internal Java HttpClient #62

rsteph-de opened this issue Sep 20, 2023 · 0 comments
Labels
review The Feature is implemented and ready for review

Comments

@rsteph-de
Copy link
Contributor

rsteph-de commented Sep 20, 2023

remove dependency:

 <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <scope>test</scope>
    </dependency>

and rewrite test code with internal httpclient api

@skasten-de skasten-de added the review The Feature is implemented and ready for review label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review The Feature is implemented and ready for review
Projects
None yet
Development

No branches or pull requests

2 participants