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

Remove now unused Apache HTTP Client dependency from AWS Lambda REST #23444

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Feb 4, 2022

The Apache HTTP Client is no longer a dependency because
e2da467 removed the
dependency on serverless (which had an optional dependency
on the Apache HTTP Client)

The Apache HTTP Client is no longer a dependency because
e2da467 removed the
dependency on serverless (which had an optional dependency
on the Apache HTTP Client)
@patriot1burke
Copy link
Contributor

@geoand I have no idea why that dependency was there.

@geoand
Copy link
Contributor Author

geoand commented Feb 4, 2022

Apache HTTP Client is an optional dependency of aws-serverless-java-container-core, so we needed it in order to make Apache HTTP Client work in native.

Now that you removed aws-serverless-java-container-core we no longer have any use for it

@geoand geoand merged commit 59229ce into quarkusio:main Feb 4, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Feb 4, 2022
@geoand geoand deleted the aws-native2 branch February 4, 2022 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants