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 Ahmed Ashour <as...@yahoo.com> on 2014/01/21 09:02:16 UTC

test-jar isn't deployed for 4.3.2

Hi all,

Please note "tests.jar" isn't deployed to Maven central repository for 4.3.2 [1], but it was there in 4.3.1 [2].

Any specific reason?

It could be used by something like:

        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.3.1</version>
            <type>test-jar</type>
            <scope>test</scope>
        </dependency>

Thanks,
Ahmed


[1] 4.3.2: http://search.maven.org/#browse%7C-1892642605
[2] 4.3.1: http://search.maven.org/#browse%7C-1892642636

Re: test-jar isn't deployed for 4.3.2

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Tue, 2014-01-21 at 00:02 -0800, Ahmed Ashour wrote:
> Hi all,
> 
> Please note "tests.jar" isn't deployed to Maven central repository for 4.3.2 [1], but it was there in 4.3.1 [2].
> 
> Any specific reason?
> 
> It could be used by something like:
> 
>         <dependency>
>             <groupId>org.apache.httpcomponents</groupId>
>             <artifactId>httpclient</artifactId>
>             <version>4.3.1</version>
>             <type>test-jar</type>
>             <scope>test</scope>
>         </dependency>
> 
> Thanks,
> Ahmed
> 
> 
> [1] 4.3.2: http://search.maven.org/#browse%7C-1892642605
> [2] 4.3.1: http://search.maven.org/#browse%7C-1892642636

That's due to my mistake.

Please raise a JIRA for this issue.

Oleg



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