Ok, maybe the maven repo where I get http-client has a problem! Let me check!
Thanks again! Rodrigo B. Campacci [email protected] -----Original Message----- From: Oleg Kalnichevski [mailto:[email protected]] Sent: quinta-feira, 27 de janeiro de 2011 19:13 To: 'HttpClient User Discussion' Subject: RE: Problem with Proxy Basic Authentication On Thu, 2011-01-27 at 17:54 -0200, Rodrigo B. Campacci wrote: > Thanks, Oleg! > > Just included Apache Commons Codec in my pom.xml and it works! > > <dependency> > <groupId>org.apache.commons</groupId> > <artifactId>commons-codec</artifactId> > <version>1.3</version> > </dependency> > > But remains one question: this dependency shouldn't be in the http-client (or > http-core) pom.xml? > It is. Have a look. http://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.1/httpclient/pom.xml Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
