Hi @SagarVerliani, 1.One way to resolve is, If you added dependency to
project and resolved in pom.xml in IDE in local,go to your local
repository .m2 folder (.m2\repository\log4j\log4j\1.2.12) get your jar
according to dependency values and deploy it manually in OSGI Console.
2. The other way make use of Depfinder in OSGI
console(http://localhost:4502/system/console/depfinder) to get required
version of that bundle and download. Thanks,Gnanendra