diff --git a/example.yml b/example.yml index c16c839..e9658bb 100644 --- a/example.yml +++ b/example.yml @@ -15,7 +15,7 @@ database: password: sa # the JDBC URL - url: jdbc:h2:./target/example + url: jdbc:h2:./target/example;AUTO_SERVER=TRUE # use the simple server factory if you only want to run on a single port #server: diff --git a/pom.xml b/pom.xml index 3688725..d9dbe93 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,8 @@ com.h2database h2 + + 2.2.224 io.dropwizard @@ -239,8 +241,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.6 - 1.6 + 11 + 11