From 9b23fc4ee1622ea9ea904d91b42b6401867b78f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Thomas?= Date: Thu, 16 Apr 2020 23:43:25 +0200 Subject: [PATCH] Remove unsupported database config by env vars --- integration-test/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 97b65f3d..c7307bac 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -162,14 +162,6 @@ true - - ${env.DatabaseConfigType} - ${env.DatabaseConfigEmbedDriver} - ${env.DatabaseConfigEmbedUrl} - ${env.DatabaseConfigEmbedUsername} - ${env.DatabaseConfigEmbedPassword} - ${env.DatabaseUsertableQuote} -