Getting Build error during adding the AEM forms core components | Community
Skip to main content
June 23, 2023
Solved

Getting Build error during adding the AEM forms core components

  • June 23, 2023
  • 2 replies
  • 1462 views

Followed this link to enable the form core components:
https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/forms/setup-configure-migrate/enable-adaptive-forms-core-components.html?lang=en

After getting this build issue.

com.adobe.aem:core-forms-components-af-core:2.0.18: Bundle core-forms-components-af-core:2.0.18 is importing package(s) [com.adobe.aemds.guide.common, com.adobe.aemds.guide.model, com.adobe.aemds.guide.service, com.adobe.aemds.guide.utils] in start level 20 but no bundle is exporting these for that start level.

Thanks in advance

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

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

2 replies

Adobe Employee
June 23, 2023

core components are automatically enabled in the latest version of AEM Forms CS. any reason you cannot use the AEM Forms CS latest build?

aravindSAuthor
June 24, 2023

Initially we did only sites, there is no forms addon and forms core component. So now we added the forms addon and dependency for forms core component. Requirement is to use the Adaptive Form Container V2. That time we are getting this issue. Please share is there any best way to add those components. Thanks

aravindSAuthorAccepted solution
June 29, 2023

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