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