Including Third Party Bundles in AEM
Hey Guys,
I want to add a third party bundle to my AEM project, Please let me know how it can be done and also I want to know when to use an embedded dependency.
Hey Guys,
I want to add a third party bundle to my AEM project, Please let me know how it can be done and also I want to know when to use an embedded dependency.
Hello @prashanthal ,
For most of the third-party bundles adding maven dependency in main pom.xml and core pom.xml the dependency bundle should be resolved.
However sometimes for some dependencies, the process is not done automatically. In that case, you need to make it OSGI-ready and embed the dependency. To do this you can follow this documentation:
Again if this documentation seems complex and not understandable exactly where to change you can follow this GitHub commit. Here this is shown the exact changes and processes:
https://github.com/Sady-Rifat/aem-demo/commit/65f8ce112744134728bf2f85d7bc5f131a2ef290
Hope this helps you.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.