OSGI bundle is not Active due to dependencies of core API
I have created a project and installed in Felix console using maven.
But the bundle is not in Active status. It is in Installed status. I have gone through this bundle and found that the below APIs are nor resolved
com.day.cq.dam.api,version=[1.2,2) -- Cannot be resolved
com.day.cq.dam.commons.process,version=[1.1,2) -- Cannot be resolved
com.day.cq.dam.commons.util,version=[1.2,2) -- Cannot be resolved
I have included com.day.cq in pom.xml. Here is my dependency part
<dependency>
<groupId>com.day.cq</groupId>
<artifactId>cq-security-api</artifactId>
</dependency>
cq-dam-core-5.5.0 jar file is also downloaded in maven repository folder.
Could you please guide me to resolve this issue?
Thanks