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
