com.adobe.aemfd.docmanager - Causing build error in Local SDK (AEM cloud)
I'm on Local SDK and have added the following dependency in pom.xml. Then I imported a few dependencies in the AEM servlet. But while running the maven build (mvn clean install), it's throwing an error.
[ERROR] The analyser found the following errors for the author and publish :
[ERROR] [api-regions-exportsimports] xyz-core:1.0.0-SNAPSHOT: Bundle xyz-core:1.0.0-SNAPSHOT is importing package(s) Package com.adobe.aemfd.docmanager;version=[1.9,2) in start level 20 but no visible bundle is exporting these for that start level in the required version range.
Maven Dependency -
import com.adobe.aemfd.docmanager.Document;
import com.adobe.fd.output.api.OutputService;
import com.adobe.fd.output.api.OutputServiceException;
import com.adobe.fd.output.api.PDFOutputOptions;
