Exclude itext from jasperreports

b/c it's an optional dependency
and version 2.1.7.js9 is missing on maven central
This commit is contained in:
Sebastian Peters
2022-07-08 14:09:47 +02:00
parent e7db7ade62
commit 6312572331
+4
View File
@@ -51,6 +51,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>