Skip to content

Commit 512f17c

Browse files
committed
remove jasper debugging
1 parent 496388f commit 512f17c

2 files changed

Lines changed: 16 additions & 427 deletions

File tree

api/pom.xml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -369,11 +369,12 @@
369369
<groupId>net.sf.jasperreports</groupId>
370370
<artifactId>jasperreports</artifactId>
371371
<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>
377378
</dependency>
378379
<!-- https://mvnrepository.com/artifact/net.sf.jasperreports/jasperreports-fonts -->
379380
<dependency>
@@ -573,6 +574,12 @@
573574
<version>1.13.1</version>
574575
<!--scope>test</scope-->
575576
</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>
576583
<!-- https://mvnrepository.com/artifact/javax.mail/javax.mail-api -->
577584
<dependency>
578585
<groupId>javax.mail</groupId>
@@ -781,7 +788,7 @@
781788
<artifactId>itext</artifactId>
782789
<version>2.1.8.js8</version>
783790
<packaging>jar</packaging>
784-
<file>${basedir}/lib/itext-2.1.7.js7.jar</file>
791+
<file>${basedir}/lib/itext-4.2.1.jar</file>
785792
</configuration>
786793
</execution>
787794
<execution>
@@ -795,7 +802,7 @@
795802
<artifactId>itext</artifactId>
796803
<version>2.1.7.js8</version>
797804
<packaging>jar</packaging>
798-
<file>${basedir}/lib/itext-2.1.7.js7.jar</file>
805+
<file>${basedir}/lib/itext-4.2.1.jar</file>
799806
</configuration>
800807
</execution>
801808
</executions>
@@ -857,10 +864,6 @@
857864
<id>oracle-xwiki</id>
858865
<url>https://maven.xwiki.org/externals/</url>
859866
</repository>
860-
<repository>
861-
<id>jaspersoft-third-party</id>
862-
<url>https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts/</url>
863-
</repository>
864867
</repositories>
865868
<profiles>
866869
<profile>

0 commit comments

Comments
 (0)