You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2012/01/12 10:18:52 UTC

svn commit: r1230448 - /axis/axis2/java/core/branches/AXIS2-4318/modules/osgi/pom.xml

Author: sagara
Date: Thu Jan 12 09:18:51 2012
New Revision: 1230448

URL: http://svn.apache.org/viewvc?rev=1230448&view=rev
Log:
AXIS2-4318 - Added HTTPClient 4.x into Import-Package.

Modified:
    axis/axis2/java/core/branches/AXIS2-4318/modules/osgi/pom.xml

Modified: axis/axis2/java/core/branches/AXIS2-4318/modules/osgi/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/AXIS2-4318/modules/osgi/pom.xml?rev=1230448&r1=1230447&r2=1230448&view=diff
==============================================================================
--- axis/axis2/java/core/branches/AXIS2-4318/modules/osgi/pom.xml (original)
+++ axis/axis2/java/core/branches/AXIS2-4318/modules/osgi/pom.xml Thu Jan 12 09:18:51 2012
@@ -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,