diff --git a/.travis/print_surefire_reports b/.travis/print_surefire_reports
index 5dfa1f5de..4603f217e 100755
--- a/.travis/print_surefire_reports
+++ b/.travis/print_surefire_reports
@@ -7,4 +7,11 @@ do
echo ${file}
cat ${file}
echo
-done
\ No newline at end of file
+done
+
+for file in ebean-autotune/target/surefire-reports/*.txt
+do
+ echo ${file}
+ cat ${file}
+ echo
+done
diff --git a/ebean-autotune/pom.xml b/ebean-autotune/pom.xml
index c453546c4..4595cc34e 100644
--- a/ebean-autotune/pom.xml
+++ b/ebean-autotune/pom.xml
@@ -34,6 +34,13 @@
test
+
+ com.h2database
+ h2
+ 1.4.199
+ test
+
+
diff --git a/ebean-autotune/src/test/java/io/ebeaninternal/server/autotune/service/ProfileOriginTest.java b/ebean-autotune/src/test/java/io/ebeaninternal/server/autotune/service/ProfileOriginTest.java
index a1286523d..4bc86f6b4 100644
--- a/ebean-autotune/src/test/java/io/ebeaninternal/server/autotune/service/ProfileOriginTest.java
+++ b/ebean-autotune/src/test/java/io/ebeaninternal/server/autotune/service/ProfileOriginTest.java
@@ -1,6 +1,5 @@
package io.ebeaninternal.server.autotune.service;
-import io.ebean.DB;
import io.ebean.bean.NodeUsageCollector;
import io.ebean.bean.ObjectGraphNode;
import io.ebean.bean.ObjectGraphOrigin;
@@ -9,10 +8,11 @@ import io.ebeaninternal.server.querydefn.OrmQueryDetail;
import org.junit.Test;
import org.tests.autofetch.BaseTestCase;
import org.tests.model.basic.Order;
-//import org.tests.model.basic.ResetBasicData;
import static org.assertj.core.api.Assertions.assertThat;
+//import org.tests.model.basic.ResetBasicData;
+
public class ProfileOriginTest extends BaseTestCase {
diff --git a/ebean-autotune/src/test/resources/application-test.properties b/ebean-autotune/src/test/resources/application-test.properties
index e59f6ac90..4a10ce92e 100644
--- a/ebean-autotune/src/test/resources/application-test.properties
+++ b/ebean-autotune/src/test/resources/application-test.properties
@@ -3,7 +3,7 @@ ebean.ddl.run=true
datasource.default=h2AutoTune
datasource.h2AutoTune.username=sa
-datasource.h2AutoTune.password=
+datasource.h2AutoTune.password=sa
datasource.h2AutoTune.url=jdbc:h2:mem:h2AutoTune
diff --git a/ebean-bom/pom.xml b/ebean-bom/pom.xml
index f0e0b3a00..48ad18eee 100644
--- a/ebean-bom/pom.xml
+++ b/ebean-bom/pom.xml
@@ -12,10 +12,31 @@
ebean-bom
pom
+
+ 12.4.3
+ 12.4.3
+
+
+
+
+
+ io.ebean
+ ebean-agent
+ ${ebean-agent.version}
+
+
+
+ io.ebean
+ ebean-maven-plugin
+ ${ebean-maven-plugin.version}
+
+
+
+
io.ebean
ebean
@@ -28,6 +49,12 @@
${project.version}
+
+ io.ebean
+ ebean-autotune
+ ${project.version}
+
+
io.ebean
ebean-querybean
@@ -41,6 +68,13 @@
provided
+
+ io.ebean
+ kotlin-querybean-generator
+ ${project.version}
+ provided
+
+
io.ebean
ebean-test