API Dependency not resolved
I have included a below dependency in my project ( AEM 6.1 )
<dependency> <groupId>com.adobe.cq.commerce</groupId> <artifactId>cq-commerce-core</artifactId> <version>5.13.12</version> <scope>provided</scope> </dependency>
I have checked in the depfinder and used the same version aswell.
When I deploy, bundle is in installed state with the below error
| Imported Packages | com.adobe.cq.commerce.api,version=[1.2,2) -- Cannot be resolved |
Anybody encountered the same and know what is the issue, do let me know
Thanks!