Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

Avatar

Level 2

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 !

2 Replies

Avatar

Level 10

Avatar

Level 10

I also asked team where docs were for this.