Bundle [core-bundle] is importing package(s) com.adobe.fd.workspace.service.external in start level 20 but no bundle is exporting these for that start level.
Hi all,
Am seeing this error when am trying to build my project . am trying to read the adaptive form’s submitted data is in xml format using
WorkitemUserMetadataService
have imported the following package.
import com.adobe.fd.workspace.service.external.WorkitemUserMetadataService;
added dependency as follows in main/core pom xmls as follows:
<dependency>
<groupId>com.adobe.aemfd</groupId>
<artifactId>aemfd-client-sdk</artifactId>
<version>6.3.0</version>
<scope>provided</scope>
</dependency>
and main pom.xml:
<dependency>
<groupId>com.adobe.aemfd</groupId>
<artifactId>aemfd-client-sdk</artifactId>
<version>6.3.0</version>
</dependency>
Can someone provide solution on how to resolve this. I've tried everything I've seen but nothing seems to fix it.
Thanks in advance.

