From 5ea89138a2e408ac712d081df6b7c8e6c725a9d2 Mon Sep 17 00:00:00 2001 From: jcorreale <jean.correale@consultant.aruba.it> Date: Wed, 16 Oct 2024 15:17:16 +0200 Subject: [PATCH] Remove security dependencies --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2d100b75..5ea929d3 100644 --- a/pom.xml +++ b/pom.xml @@ -88,11 +88,6 @@ <artifactId>lombok</artifactId> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-test</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> -- GitLab