You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by "Roopa Trivedi (rotrived)" <ro...@cisco.com> on 2005/11/12 01:48:03 UTC

HttpClient version 3.0 RC4 dependencies

Hi,
The following link indicates that the HttpClient 3.0-rc4 has some
dependencies on Junit:
http://jakarta.apache.org/commons/httpclient/dependencies.html

Why do we need the junit jar? Is there an option to remove this
dependency if not needed.

Thanks,
Roopa

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-user-help@jakarta.apache.org


Re: HttpClient version 3.0 RC4 dependencies

Posted by Michael Becke <mb...@gmail.com>.
Hi Roopa,

Junit is only needed to run the unit tests.  Maven 1.0 (what we use
for our builds) doesn't differentiate between compile, runtime, and
test dependencies.

Mike

On 11/11/05, Roopa Trivedi (rotrived) <ro...@cisco.com> wrote:
> Hi,
> The following link indicates that the HttpClient 3.0-rc4 has some
> dependencies on Junit:
> http://jakarta.apache.org/commons/httpclient/dependencies.html
>
> Why do we need the junit jar? Is there an option to remove this
> dependency if not needed.
>
> Thanks,
> Roopa
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: httpclient-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-user-help@jakarta.apache.org