bundle dependencies not resolved
I have added following dependencies to an aem 6.5.13 applicaiton.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
</dependency>bundle is going into "installed" status with above depencies not resolving on system/console/bundle
com.fasterxml.jackson.core,version=[2.15.0,3) can not resolved
Thanks,
Sri