webmetrics / browsermob-proxy

NOTICE: this project has been forked and is being maintained at https://github.com/lightbody/browsermob-proxy
https://github.com/lightbody/browsermob-proxy
Apache License 2.0
233 stars 780 forks source link

Update dependencies #32

Closed andywuest closed 12 years ago

andywuest commented 12 years ago

Hi,

is it possible to update the dependencies, so they are more streamlined with the latest selenium versions. This concerns especially the httpclient. Especially the usage of th Commons HttpClient should be updated to the ApacheHttpComponents, since the Commons HttpClient is dead (http://hc.apache.org/httpclient-3.x/)

Also the Selenium API should be updated to a later version.

lightbody commented 12 years ago

We are using Apache Http Components 4.1.3 now and Selenium 2.2.0. Thanks!