From ae7c42fc952df32c21a2dec414e90221ac09ee13 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Date: Thu, 9 Jun 2011 14:01:41 +0000 Subject: [PATCH] + Noticed that the memcached dependency needed for the caching module is not provided by Maven Central, so we couldn't build the project if the memcached jar wasn't already in the local repository. I added a for the pom for httpclient-cache, since that's the only module that needs it, but if we'd prefer to put that in the parent pom I can certainly move it there too (not sure what the prevailing opinion is on this). git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1133877 13f79535-47bb-0310-9956-ffa450edef68 --- httpclient-cache/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml index 3509ba099..3d3c72388 100644 --- a/httpclient-cache/pom.xml +++ b/httpclient-cache/pom.xml @@ -40,6 +40,18 @@ http://hc.apache.org/httpcomponents-client jar + + + spy + Spy Repository + default + http://files.couchbase.com/maven2/ + + false + + + + org.apache.httpcomponents