Expand my Community achievements bar.

Managing third-party dependencies in AEM

Avatar

Community Advisor

9/27/23

AEM Discussions

Managing third-party dependencies in AEM by Aanchal Sikka


Overview

When working on AEM implementations, developers often need to manage dependencies that are not available in public Maven repositories. This article explores two common scenarios:

  1. Artifact cannot be hosted in Public/Private Repositories In this scenario, you encounter a situation where the required artifact is not available in any public Maven repository, and hosting it in your organization’s repository is not an option.
  2. Artifact hosted in Private Repositories Here, we assume you have the flexibility to host the required artifact in your organization’s repository but need to secure it with a password/token

Lets get into the technical bits on: https://techrevel.blog/2023/09/27/managing-third-party-dependencies-in-aem/

Q&A

Please use this thread to ask questions relating to this article