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.
![marcinn_0-1619686752290.png marcinn_0-1619686752290.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/31210i71E279D575936397/image-size/medium/is-moderation-mode/true?v=v2&px=400)
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.
![marcinn_1-1619687045890.png marcinn_1-1619687045890.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/31211iFF6A8CD5E0148693/image-size/medium/is-moderation-mode/true?v=v2&px=400)
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