For my case i need to extend the AEMForm core component which is under "com.adobe.cq.forms.core.components.models.aemform" this package. I added the following dependency. Still not able to resolve the import. And i tried the package for "com.adobe.cq.forms.core" this but didn't find any. Any advice or solution. Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
We need to add the following dependency in repo pom.
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-forms-sdk-api</artifactId>
<version>2023.06.19.00-230400</version>
</dependency>
and check the includeFormsenrollment=y in archetype.properties file.
Thanks
Views
Replies
Total Likes
Can try to add below
<dependency> | |
<groupId>com.adobe.cq</groupId> | |
<artifactId>core.wcm.components.core</artifactId> | |
<scope>provided</scope> | |
</dependency> |
and what is the version you added .
If needed you can have a look on the below.
https://github.com/adobe/aem-core-forms-components/blob/master/bundles/core/pom.xml
Not working as expected, still getting the error
Views
Replies
Total Likes
We need to add the following dependency in repo pom.
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-forms-sdk-api</artifactId>
<version>2023.06.19.00-230400</version>
</dependency>
and check the includeFormsenrollment=y in archetype.properties file.
Thanks
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies