diff --git a/pom.xml b/pom.xml
index f5e6b0a98..3e9241c6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
4.0.0
br.com.rjconsultores
ventaboletosadm
- 1.0.33
+ 1.0.34
war
1.0.21
- 1.0.13
+ 1.0.14
diff --git a/src/java/com/rjconsultores/TesteFlyway.java b/src/java/com/rjconsultores/TesteFlyway.java
index f4a0a726d..851f6acbf 100644
--- a/src/java/com/rjconsultores/TesteFlyway.java
+++ b/src/java/com/rjconsultores/TesteFlyway.java
@@ -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();
}
}