Error in Import Packages com.adobe.aemfd.docmanager,version=[1.9,2) -- Cannot be resolved
I'm using AEM aa CS, I need to generate a PDF using xdp template and xml data. So i used Output service api as per the below link.
Generate PDF documents using output service | Adobe Experience Manager
I'm getting the import error while uploading the bundle in my local AEM aa CS.

I added the following dependency.
<groupId>com.adobe.aemfd</groupId>
<artifactId>aemfd-client-sdk</artifactId>
<version>6.0.1328</version>
</dependency>
