Hi
I'd like to add 3rd part library to the AEM bundle. I'd like to use jmagick (it's ImageMagick java wrapper) to process images inside the workflow step.
I've added Maven dependencies to the pom file.
Inside the class, I've imported jmagick as
import magick;
But unfortunately, after deploy to the local AEM, the whole bundle couldn't start because of the missing library.
Can anyone give me step-by-step instruction on how to add a new library to the bundle?
Thank you in advance for your help