From 192d07667d444e5073cb11b1e6c5d21b4ecb722d Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Wed, 6 Mar 2024 15:20:27 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20spring-boot-starter-security?= =?UTF-8?q?=20(cause=20des=20soucis=20au=20niveau=20des=20requ=C3=AAtes=20?= =?UTF-8?q?autres=20que=20GET,=20=C3=A0=20voir=20plus=20tard)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpringBootProject/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SpringBootProject/pom.xml b/SpringBootProject/pom.xml index f39b02a..8045cf4 100644 --- a/SpringBootProject/pom.xml +++ b/SpringBootProject/pom.xml @@ -50,10 +50,6 @@ org.springframework.boot spring-boot-starter-hateoas - - org.springframework.boot - spring-boot-starter-security - org.modelmapper modelmapper