keycloak-aplcache
Merge pull request #769 from stianst/master Added promptOnNonLocalDatabase=false …
10/16/2014 8:03:39 AM
Changes
testsuite/integration/pom.xml 2(+2 -0)
Details
testsuite/integration/pom.xml 2(+2 -0)
diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml
index 7b0328c..67068d8 100755
--- a/testsuite/integration/pom.xml
+++ b/testsuite/integration/pom.xml
@@ -451,6 +451,8 @@
<driver>${keycloak.connectionsJpa.driver}</driver>
<username>${keycloak.connectionsJpa.user}</username>
<password>${keycloak.connectionsJpa.password}</password>
+
+ <promptOnNonLocalDatabase>false</promptOnNonLocalDatabase>
</configuration>
<executions>
<execution>