I understand , thank you, Francois.
bit1...@163.com From: Francois-Xavier Bonnet Date: 2015-07-07 18:34 To: HttpClient User Discussion Subject: Re: What's the difference between commons-httpclient and org.apache.httpcomponents Hi, commons-httpclient is an old version that is not maintained anymore. It is the ancestor of httpcomponents. More explanations here: http://hc.apache.org/httpclient-3.x/ 2015-07-07 12:24 GMT+02:00 bit1...@163.com <bit1...@163.com>: > Hi, httpclient users, > I have following maven dependencies, I would ask a question about the > difference between commons-httpclient and org.apache.httpcomponents. > Although they are both related with HttpClient, but it eems that they are > totally difference http client modules. > > Thanks. > > > > <dependency> > <groupId>commons-httpclient</groupId> > <artifactId>commons-httpclient</artifactId> > <version>3.1</version> > </dependency> > <dependency> > <groupId>org.apache.httpcomponents</groupId> > <artifactId>httpclient</artifactId> > <version>4.3.6</version> > </dependency> > > > > bit1...@163.com >