From 6df48ad9fac10eaa7e34ba63c9a1d2bb4be46494 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Wed, 22 Apr 2009 23:03:58 +0000 Subject: [PATCH] Ensure annotations are not part of OSGI imports git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@767706 13f79535-47bb-0310-9956-ffa450edef68 --- httpclient-osgi/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml index 7cf96d391..fe951a2e7 100644 --- a/httpclient-osgi/pom.xml +++ b/httpclient-osgi/pom.xml @@ -106,6 +106,7 @@ org.apache.http.entity.mime.content.* *;scope=compile|runtime;inline=false + !net.jcip.annotations,*