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?
Regards,
Rodrigo B. Campacci
[email protected]
-----Original Message-----
From: Oleg Kalnichevski [mailto:[email protected]]
Sent: quinta-feira, 27 de janeiro de 2011 07:25
To: 'HttpClient User Discussion'
Subject: RE: Problem with Proxy Basic Authentication
On Thu, 2011-01-27 at 01:28 -0200, Rodrigo B. Campacci wrote:
> Hi Oleg!
...
>
> And I don't get anything printed in console.
> But jUnit in eclipse captured an exception stacktrace:
> (sorry to don´t mention that before, I´m a little bit new at jUnit in Eclipse)
>
> java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64
What does this tell you?
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]