From 8b9d8c01824093e1d89a0b347e1d051f63baf71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Thomas?= Date: Mon, 13 Apr 2020 00:00:11 +0200 Subject: [PATCH] Add missing hamcrest and jackson dependencies --- integration-test/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/integration-test/pom.xml b/integration-test/pom.xml index f55890eb..b687a261 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -91,6 +91,21 @@ ${project.version} test + + org.hamcrest + hamcrest + test + + + org.hamcrest + hamcrest-library + test + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} +