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

Reduce number of dependencies #192

Open
alechenninger opened this issue Nov 10, 2015 · 0 comments
Open

Reduce number of dependencies #192

alechenninger opened this issue Nov 10, 2015 · 0 comments

Comments

@alechenninger
Copy link
Contributor

It is occasionally difficult to use the client because it bundles commons-io and jackson.

Commons-io isn't necessary, it could just be refactored away. If Apache http client needs it, we should push that stuff to another module (it's all servlet related anyway -- not client).

Jackson should be part of a bring-your-own-serialization-solution strategy. Other Java HTTP/service clients do this, such as https://github.com/google/google-http-java-client

There are probably others too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant