On Sun, 2015-04-19 at 21:44 +0000, SUMNER Andrew wrote: > This search on maven.org will find it > g:"org.apache.httpcomponents" AND c:"LocalTestServer" AND v:"4.3" > > This won't > g:"org.apache.httpcomponents" AND c:"LocalTestServer" AND v:"4.4.1" > > Regards > Andrew >
Andrew We do not maintain backward compatibility for test classes. LocalTestServer got replaced by HttpServer from core module http://hc.apache.org/httpcomponents-core-4.4.x/tutorial/html/blocking-io.html#d5e460 Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
