Skip to content

Commit

Permalink
Exclude itext from jasperreports
Browse files Browse the repository at this point in the history
b/c it's an optional dependency
and version 2.1.7.js9 is missing on maven central
  • Loading branch information
sepe81 committed Jul 8, 2022
1 parent e7db7ad commit 6312572
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/jasperreports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6312572

Please sign in to comment.