Hi, I'm trying to add the following dependency:
<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-asyncclient</artifactId> <version>4.0-beta1</version> </dependency> I can see it via search.maven.org but the maven build can't download it still. Is there a snapshot repository that contains it? I looked through the HttpComponents project website but could not find any information on Maven settings listed. Thanks, Rossen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
