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 dependancy on javax.servlet #5

Closed
akalsey opened this issue May 18, 2011 · 1 comment
Closed

Remove dependancy on javax.servlet #5

akalsey opened this issue May 18, 2011 · 1 comment

Comments

@akalsey
Copy link

akalsey commented May 18, 2011

From http://twitter.com/#!/infynyxx/status/70228722078322688 "hey @tropo your Java library's dependency on javax.servlet is not so cool; it's bloated; How about only using apache http client?"

@mpermar
Copy link
Contributor

mpermar commented May 18, 2011

Hey. The dependency has a "provided" scope which means that the app server will provide the actual jar file. That's the standard and nice way to develop servlet based apps.

HttpClient is just a library to access http servers from Java. Two different things. In fact, we use Http Client :)

@mpermar mpermar closed this as completed May 18, 2011
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

2 participants