Actually, it seems I had the dependency information wrong. The following works correctly:
groupid="org.apache.httpcomponents" artifactId="httpclient" version="4.0.3" Thanks, Jake On Fri, Nov 26, 2010 at 1:43 AM, Jacob Beard <[email protected]> wrote: > Hi, > > Is there a public maven repository hosting the httpclient libraries? I > checked the usual places (repo1.maven.org, etc.) but haven't been able > to find anything with the the httpclient groupid > (org.apache.httpcomponents). Simply adding the following dependency > information to my pom.xml tells me that maven isn't able to find this > dependency in its default repositories: > > groupid="org.apache.httpcomponents" > artifactId="httpcomponents-client" > version="4.0.3" > > I'd appreciate any insight into this anyone might have. Thanks, > > Jake > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
