fixes bug#AL-2027
parent
48efc1094c
commit
c8442975a9
4
pom.xml
4
pom.xml
|
@ -4,12 +4,12 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.0.33</version>
|
||||
<version>1.0.34</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
<modelWeb.version>1.0.21</modelWeb.version>
|
||||
<flyway.version>1.0.13</flyway.version>
|
||||
<flyway.version>1.0.14</flyway.version>
|
||||
</properties>
|
||||
|
||||
<distributionManagement>
|
||||
|
|
|
@ -30,9 +30,8 @@ public class TesteFlyway {
|
|||
}finally{
|
||||
if (dataSource != null){
|
||||
try {
|
||||
((OracleDataSource)dataSource).close();
|
||||
((OracleDataSource)dataSource).getConnection().close();
|
||||
} catch (SQLException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue