Cannot use httpclient-osgi in AEM
Hi,
I'm trying to use the httpclient-osgi in an osgi bundle to act as a SOAP client, and I'm getting an issue at run-time.
My OSGi bundle is failing to start as its "Unable to resolve [302.23] : missing requirement : [302.23] : osgi.wiring.package; (osgi.wiring.package=com.ibm.uvm.tools)
I think this means that the bundle dependencies of httpclient-osgi mean it is trying to find the code for 'com.ibm.uvm.tools', but it's unable resolve it.
I've amended my Maven pom file to also <Import-Package>com.ibm.uvm.tools.*,*</Import-Package>, to try and include the code, but it didn't have any effect.
Any ideas?
Thanks