From 7c1fa0fda3c8f86c3b90ae42e00f1bb771d0abe2 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Fri, 20 Mar 2009 15:23:10 +0000 Subject: [PATCH] Change JCIP dependency scope to provided git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@756524 13f79535-47bb-0310-9956-ffa450edef68 --- httpclient/pom.xml | 8 ++++++-- httpmime/pom.xml | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/httpclient/pom.xml b/httpclient/pom.xml index 8bd391b82..1bf49df97 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -78,8 +78,12 @@ net.jcip jcip-annotations 1.0 - - true + + provided diff --git a/httpmime/pom.xml b/httpmime/pom.xml index ccb772ae2..abbdcc85f 100644 --- a/httpmime/pom.xml +++ b/httpmime/pom.xml @@ -78,8 +78,12 @@ net.jcip jcip-annotations 1.0 - - true + + provided