In AEM, instead of getting JARs into 1 JAR, place these JARs in an OSGI bundle fragment and deploy the bundle fragment to AEM. You can use an Eclipse plugin project to do this task. For example, look at how we place the simple JSon JAR into a bundle fragment and deploy to AEM. See
In AEM, instead of getting JARs into 1 JAR, place these JARs in an OSGI bundle fragment and deploy the bundle fragment to AEM. You can use an Eclipse plugin project to do this task. For example, look at how we place the simple JSon JAR into a bundle fragment and deploy to AEM. See