AEM Forms 6.4 (OSGi) - Maven Dependency and Java API reference | Community
Skip to main content
Level 2
April 30, 2018

AEM Forms 6.4 (OSGi) - Maven Dependency and Java API reference

  • April 30, 2018
  • 1 reply
  • 1761 views

Hello Experts,

Need some help.  I am migrating from AEM Forms 6.2 (OSGI) to AEM Forms 6.4 (OSGi). I am using Java API to invoke OutputService.

For AEM 6.2, I used the following maven dependency -

<dependency>

<groupId>com.adobe.aemfd</groupId>

<artifactId>aemfd-client-sdk</artifactId>

<version>6.2.0</version>

</dependency>

But if I update the version from 6.2.0 to 6.4.0 for AEM Forms 6.4, it is not working.

I tried searching for Adobe's documentation but I could not find any information regarding maven dependency.

Also - for AEM 6.2, I used the following link to get API documentation for Forms 6.2 (OSGi).

AEM Forms API

But - if I update the version from 6-2 to 6-4, it does not work.

Would appreciate if anyone can point me in the right direction here.

Thanks !

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

smacdonald2008
Level 10
April 30, 2018
smacdonald2008
Level 10
April 30, 2018

I also asked team where docs were for this.