diff --git a/pom.xml b/pom.xml
index d917fd2..f9bff64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
de.kreth.vaadin.clubhelper
vaadin-clubhelper
- 1.0.4-SNAPSHOT
+ 1.0.5-SNAPSHOT
war
vaadin-clubhelper
diff --git a/src/test/java/de/kreth/vaadin/clubhelper/MysqlLocalConfiguration.java b/src/test/java/de/kreth/vaadin/clubhelper/MysqlLocalConfiguration.java
index 3a6d863..179f5d6 100644
--- a/src/test/java/de/kreth/vaadin/clubhelper/MysqlLocalConfiguration.java
+++ b/src/test/java/de/kreth/vaadin/clubhelper/MysqlLocalConfiguration.java
@@ -22,7 +22,8 @@ public class MysqlLocalConfiguration extends AbstractHibernateConfiguration {
}
public String getUrl() {
- return "jdbc:mysql://localhost/clubhelper?useUnicode=yes&characterEncoding=utf8&serverTimezone=UTC&useSSL=FALSE";
+ return "";
+// return "jdbc:mysql://localhost/clubhelper?useUnicode=yes&characterEncoding=utf8&serverTimezone=UTC&useSSL=FALSE";
}
}