Open jreece1567 opened 10 years ago
This bundle does not export anything related to com.squareup.okhttp. See https://github.com/Adobe-Consulting-Services/com.adobe.acs.bundles.retrofit/blob/master/bundle/pom.xml#L73
As far as I know, OKHttp is just an implementation detail of Retrofit. It isn't part of the API, thus is doesn't need to be exported.
Looking at the way that the Retrofit-bundle is set up, I see this in the bundle-POM …
Note that this exports the com.squareup.okhttp package.
However, when I build with an explicit dependency on a class in that package (com.squareup.okhttp), then deploy to AEM, the AEM-bundles-console shows this error (com.squareup.okhttp -- Cannot be resolved):