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

[BUG] the gson dependency does not look like it should be pulled in by httpmaid-awslambda #83

Open
lestephane opened this issue Jun 1, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@lestephane
Copy link

Describe the bug

httpmaid-awslambda already pulls in aws-lambda-java-events, which should be all we need to interact with lambda events, no need to parse json events ourselves:

[INFO] +- de.quantummaid.httpmaid.integrations:httpmaid-awslambda:jar:0.9.61:compile 16K
[INFO] |  +- com.amazonaws:aws-lambda-java-events:jar:3.0.0:compile 144K
[INFO] |  |  - joda-time:joda-time:jar:2.6:compile 584K
[INFO] |  +- com.amazonaws:aws-lambda-java-core:jar:1.2.1:compile 16K
[INFO] |  - com.google.code.gson:gson:jar:2.8.6:compile 244K
@lestephane lestephane transferred this issue from quantummaid/quantummaid Jun 1, 2020
@quantummaiddeveloper
Copy link
Member

The gson dependency is there by accident and will be removed with the next release.

@quantummaiddeveloper quantummaiddeveloper added the bug Something isn't working label Jun 1, 2020
@quantummaiddeveloper
Copy link
Member

Has been removed from HttpMaid version 0.9.66 (QuantumMaid version 1.0.50)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants