atualização de biblioteca dos relatorios

master
Fabio Faria 2022-12-06 14:53:36 -03:00
parent 7d2be6dd7b
commit 874e4d780b
1 changed files with 10 additions and 4 deletions

12
pom.xml
View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<distributionManagement>
<repository>
@ -84,8 +84,14 @@
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-javaflow</artifactId>
<version>5.1.0</version>
<artifactId>jasperreports</artifactId>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
<version>2.1.7</version>
</dependency>
<dependency>