Issues while importing dependencies in a project
I am facing an issue while importing dependencies in my project. I need to import itextpdf dependency to use pdfWriter and I am trying to use 5.5.13.3 version.
I am using AEM as a cloud Service SDK platform.
The error logs are as below :

Attached are the screenshots of the dependencies added in the POM files.
pom.xml

core/pom.xml

The dependencies are shown with the following status while checking the bundle with the build success.

Though, if I am trying to import these dependencies in a class and building the code it fails.
I have also tried with a solution to add embed-dependencies which I could not find helpful. With that I have also tried with one more solution which also didn’t help.

