Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

bundle is not starting due to below dependency issue

Avatar

Level 4

 

com.day.cq.wcm.resource.details,version=[0.5,1) -- Cannot be resolved

 

what is the dependency i need to add for this error?

 

4 Replies

Avatar

Level 6

Hi @vkarthick,

If you are on AEM cloud, can you please check if your installed AEM Cloud SDK version is same as aem-sdk-api dependency in pom.xml?

Avatar

Level 6

@vkarthick 

What I meant is, If your AEM SDK version (check in below screen shot) is same in you parent pom.xml for below dependency.

<dependency>
    <groupId>com.adobe.aem</groupId>
    <artifactId>aem-sdk-api</artifactId>
    <version>2022.9.8722.20220912T101352Z-220800</version>
    <scope>provided</scope>
</dependency>

salamswapnil_0-1682592296888.png