Installing iText PDF in AEM 6.5.18
I've added the following to my pom.xml, however it's not getting deployed to my local instance of AEM author.
<!-- iTextPDF -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.5.13.3</version>
<scope>provided</scope>
</dependency>
I have to manually install the jar file in bundles for it to work. Is there another workaround? Thanks.
