bundle is not starting due to below dependency issue | Community
Skip to main content
Level 4
April 27, 2023

bundle is not starting due to below dependency issue

  • April 27, 2023
  • 4 replies
  • 860 views

 

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

 

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

 

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

4 replies

Community Advisor
April 27, 2023

Hi @karthickve,

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?

Level 4
April 27, 2023

yes,i have installed. 

Community Advisor
April 27, 2023

@karthickve 

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>

 

Level 4
April 27, 2023

yes