Embed-Dependency and How to Embed Third-Party JARs in AEM
Embed-Dependency allows you to include external JARs inside your bundle, effectively making them part of your bundle at runtime. It’s similar to “shading” in standard Maven builds, but OSGi-aware.
⚠️
adapttoaem.hashnode.dev4 min read