From 9f3a6de453cab43004102a750ed3e8d74fe2b238 Mon Sep 17 00:00:00 2001 From: mhajas Date: Wed, 26 Feb 2020 10:25:59 +0100 Subject: [PATCH] KEYCLOAK-13096 Add compile scope hamcrest dependency to springboot tests --- .../tests/other/springboot-tests/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testsuite/integration-arquillian/tests/other/springboot-tests/pom.xml b/testsuite/integration-arquillian/tests/other/springboot-tests/pom.xml index 72276d288c..cc348f90a9 100644 --- a/testsuite/integration-arquillian/tests/other/springboot-tests/pom.xml +++ b/testsuite/integration-arquillian/tests/other/springboot-tests/pom.xml @@ -31,6 +31,11 @@ keycloak-test-helper ${project.version} + + org.hamcrest + hamcrest-all + compile +