From 8cd43d2b1567c4a5763b77de03925fa22ec56412 Mon Sep 17 00:00:00 2001 From: Micah Silverman Date: Wed, 23 Dec 2020 19:19:42 -0500 Subject: [PATCH] Added vintage engine test dependency to be compatible with spring boot 2.4.x --- backend/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/backend/pom.xml b/backend/pom.xml index 33346ba8..e19e91b3 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -70,6 +70,19 @@ test + + + org.junit.vintage + junit-vintage-engine + test + + + org.hamcrest + hamcrest-core + + + + io.rest-assured rest-assured