Jens Offenbach created HTTPCLIENT-1612:
------------------------------------------

             Summary: Missing package import statement in manifest 
(org.apache.http.ssl)
                 Key: HTTPCLIENT-1612
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1612
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpClient
    Affects Versions: 4.4 Final
            Reporter: Jens Offenbach


The bundle "httpclient-osgi" in version 4.4. does not work properly in an OSGi 
environment. You are missing a package import statement "org.apache.http.ssl" 
in your manifest file. The package is available and exported by "httpcore-osgi".

Add the following line to the pom.xml of httpclient-osgi:
org.apache.http.ssl;version=${httpcore.osgi.import.version}

I am not sure, if there are further import-/export issues.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to