mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user