Hi,
In my author i have a bundle "Assembler Service Bundlecom.adobe.aemfd.adobe-aemfd-assembler". This bundle is version 2.0.6. How to I make use of this bundle in Eclipse/maven? I tired various setting in the bundle/POM fiile but no result. My latest trial is this
<dependency>
<groupId>com.adobe.aemfd</groupId>
<artifactId>adobe-aemfd-assembler</artifactId>
<version>2.0.6</version>
<scope>provided</scope>
</dependency>
Going through the https://repo.adobe.com/nexus/content/groups/public/ I cannot fin the jar file. Using the "com.adobe.livecycle" connector is not working as the package does not deploy in the AEM server (AEM 6 SP2)