From 65c8f4dabd9349d72e46a336a9eb972ea49b5926 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Wed, 18 Mar 2009 00:05:59 +0000 Subject: [PATCH] Add JCIP annotations dependency git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@755450 13f79535-47bb-0310-9956-ffa450edef68 --- httpclient/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/httpclient/pom.xml b/httpclient/pom.xml index e8b1fb5aa..8bd391b82 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -74,6 +74,13 @@ ${junit.version} test + + net.jcip + jcip-annotations + 1.0 + + true +