Solved
com.adobe.cq.wcm.core.components.commons.link,version=[1.2,2) -- Cannot be resolved
one of my project bundle is not getting started because of this issues
com.adobe.cq.wcm.core.components.commons.link,version=[1.2,2) -- Cannot be resolved
when i check my pom.xml file there it is something like this , can any one suggest how to fix this ?
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.core</artifactId>
<version>${core.wcm.components.version}</version>
<scope>provided</scope>
</dependency>
