From 09da64aa760f0025900abff02687fea4e9f40ccf Mon Sep 17 00:00:00 2001 From: JulienBe Date: Thu, 14 May 2020 17:40:52 +0200 Subject: add robotframework to integration tests Issue-ID: CLAMP-844 Signed-off-by: JulienBe Change-Id: Ie5c40477f42fcf26f5fef6c1742e34a2eee7f73d --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index e8b4ba00..245bae02 100644 --- a/pom.xml +++ b/pom.xml @@ -547,6 +547,18 @@ 2.0.4 test + + com.github.docker-java + docker-java-core + 3.2.1 + test + + + com.github.docker-java + docker-java + 3.2.1 + test + @@ -850,6 +862,7 @@ docker.mariadb.port.host docker.http-cache.port.host clamp.it.tests.http-redirected + clamp.it.tests.robotframework.http clamp.it.tests.https clamp.it.tests.http @@ -902,7 +915,7 @@ **/*ItCase.java 1C - true + false false ${failsafeArgLine} -- cgit 1.2.3-korg