getting org.apache.sling.models.annotations,version=[1.5,2) -- Cannot be resolved while installing osgi bundle in aem 6.3
Hi,
While following helpx article:
Developing your first Experience Manager 6.3 Components
after importing the package into aem 6.3 instance. Getting below error in the OSGI Bundle.
getting org.apache.sling.models.annotations,version=[1.5,2) -- Cannot be resolved
Attaching the screenshot as well.

Does aem needs some other version than what is available in pom.xml. Pom.xml has below dependency being used:
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>annotation</artifactId>
<version>2.4.0</version>
<scope>provided</scope>
</dependency>
Thanks,
Neha


