I have created a new project in AEM 6.5 and getting bundle installed status on the OSGi web console.
I am getting this error after creating a new project in AEM 6.5
Below are the errors
com.day.cq.wcm.api,version=[1.27,2) -- Cannot be resolved
org.apache.sling.api.resource,version=[2.11,3) -- Cannot be resolved
org.apache.sling.api.servlets,version=[2.2,3) -- Cannot be resolved
org.apache.sling.models.annotations,version=[1.5,2) -- Cannot be resolved
I thought of changing the dependencies version but I didn't find the dependencies in the POM file. So I added the dependency manually and saved the POM file.
Now how do I update the entire project and how to solve this issue? Please help me