|
369 | 369 | <groupId>net.sf.jasperreports</groupId> |
370 | 370 | <artifactId>jasperreports</artifactId> |
371 | 371 | <version>6.20.0</version> |
372 | | - </dependency> |
373 | | - <dependency> |
374 | | - <groupId>com.lowagie</groupId> |
375 | | - <artifactId>itext</artifactId> |
376 | | - <version>2.1.7.js10</version> |
| 372 | + <exclusions> |
| 373 | + <exclusion> |
| 374 | + <groupId>com.lowagie</groupId> |
| 375 | + <artifactId>itext</artifactId> |
| 376 | + </exclusion> |
| 377 | + </exclusions> |
377 | 378 | </dependency> |
378 | 379 | <!-- https://mvnrepository.com/artifact/net.sf.jasperreports/jasperreports-fonts --> |
379 | 380 | <dependency> |
|
573 | 574 | <version>1.13.1</version> |
574 | 575 | <!--scope>test</scope--> |
575 | 576 | </dependency> |
| 577 | + <!-- https://mvnrepository.com/artifact/com.lowagie/itext --> |
| 578 | + <dependency> |
| 579 | + <groupId>com.lowagie</groupId> |
| 580 | + <artifactId>itext</artifactId> |
| 581 | + <version>2.1.7</version> |
| 582 | + </dependency> |
576 | 583 | <!-- https://mvnrepository.com/artifact/javax.mail/javax.mail-api --> |
577 | 584 | <dependency> |
578 | 585 | <groupId>javax.mail</groupId> |
|
781 | 788 | <artifactId>itext</artifactId> |
782 | 789 | <version>2.1.8.js8</version> |
783 | 790 | <packaging>jar</packaging> |
784 | | - <file>${basedir}/lib/itext-2.1.7.js7.jar</file> |
| 791 | + <file>${basedir}/lib/itext-4.2.1.jar</file> |
785 | 792 | </configuration> |
786 | 793 | </execution> |
787 | 794 | <execution> |
|
795 | 802 | <artifactId>itext</artifactId> |
796 | 803 | <version>2.1.7.js8</version> |
797 | 804 | <packaging>jar</packaging> |
798 | | - <file>${basedir}/lib/itext-2.1.7.js7.jar</file> |
| 805 | + <file>${basedir}/lib/itext-4.2.1.jar</file> |
799 | 806 | </configuration> |
800 | 807 | </execution> |
801 | 808 | </executions> |
|
857 | 864 | <id>oracle-xwiki</id> |
858 | 865 | <url>https://maven.xwiki.org/externals/</url> |
859 | 866 | </repository> |
860 | | - <repository> |
861 | | - <id>jaspersoft-third-party</id> |
862 | | - <url>https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/</url> |
863 | | - </repository> |
864 | 867 | </repositories> |
865 | 868 | <profiles> |
866 | 869 | <profile> |
|
0 commit comments