Hello Rossen, That artifact is a POM type artifact. Default dependency packaging is jar, so if you really need that one, e.g. for import scope dependencyManagement, then specify <type>pom</pom>. Also it could be that failed resolution of that artifact is cached - then use -U switch or configure repository update policy. But, IMO it is more likely that you actually need some of the two jar packeged submodules of httpcomponents-asyncclient, httpasyncclient or httpasyncclient-osgi, so just adjust artifactId appropriately.
Kind regards, Stevo Slavic. On Thu, Jun 21, 2012 at 3:35 AM, Rossen Stoyanchev <[email protected]>wrote: > 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] > >
