This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch AXIS2-4318
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit 730ee5d44dd9cda033af20f716ec655791dde1a8
Author: Sagara Gunathunga <sag...@apache.org>
AuthorDate: Thu Jan 12 09:18:51 2012 +0000

    AXIS2-4318 - Added HTTPClient 4.x into Import-Package.
---
 modules/osgi/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/osgi/pom.xml b/modules/osgi/pom.xml
index b3affd9..7c1530c 100644
--- a/modules/osgi/pom.xml
+++ b/modules/osgi/pom.xml
@@ -117,6 +117,8 @@
                             org.apache.axiom.*,
                             org.apache.commons.fileupload.*,
                             org.apache.commons.httpclient.*,
+                            org.apache.http.client.*,
+                            org.apache.http.auth.*,
                             org.apache.commons.lang;resolution:=optional,
                             org.apache.commons.logging,
                             org.apache.http;resolution:=optional,

Reply via email to