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 th...