fixes bug#AL-2027

master
Fabio Faria 2023-01-16 19:10:20 -03:00
parent c8442975a9
commit f762c438fd
1 changed files with 5 additions and 3 deletions

View File

@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId>
<version>1.0.34</version>
<version>1.0.38</version>
<packaging>war</packaging>
<properties>
<modelWeb.version>1.0.21</modelWeb.version>
<flyway.version>1.0.14</flyway.version>
<modelWeb.version>1.0.24</modelWeb.version>
<flyway.version>1.0.15</flyway.version>
</properties>
<distributionManagement>
@ -149,11 +149,13 @@
<artifactId>zcommon</artifactId>
<version>5.0.9</version>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zhtml</artifactId>
<version>5.0.9</version>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zk</artifactId>