From 7d8ef3f00a7d20c8a788f15dede398f5a07cbff1 Mon Sep 17 00:00:00 2001 From: Siwa12100 Date: Sat, 16 Mar 2024 13:42:50 +0100 Subject: [PATCH] =?UTF-8?q?corrections=20li=C3=A9es=20aux=20d=C3=A9pendanc?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/pom.xml b/pom.xml index f63f466..75bcfd4 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,36 @@ org.springframework.boot spring-boot-starter-hateoas + + + + + org.springframework.boot + spring-boot-starter-test + 2.6.3 + test + + + org.junit.vintage + junit-vintage-engine + + + + + + + org.junit.jupiter + junit-jupiter-api + 5.7.2 + test + + + org.junit.jupiter + junit-jupiter-engine + 5.7.2 + test + +