Skip to content

Commit 6312572

Browse files
committed
Exclude itext from jasperreports
b/c it's an optional dependency and version 2.1.7.js9 is missing on maven central
1 parent e7db7ad commit 6312572

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/jasperreports/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-annotations</artifactId>
5353
</exclusion>
54+
<exclusion>
55+
<groupId>com.lowagie</groupId>
56+
<artifactId>itext</artifactId>
57+
</exclusion>
5458
</exclusions>
5559
</dependency>
5660
<dependency>

0 commit comments

Comments
 (0)