From b7f87cc5c1bd3c42503fc672898e8754d8097efa Mon Sep 17 00:00:00 2001 From: Lars Johansson <lars.johansson@ess.eu> Date: Wed, 8 Jun 2022 10:57:42 +0200 Subject: [PATCH] Cleanup Remove duplicate entry. --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 45fbdfe1..b8ceac8b 100644 --- a/pom.xml +++ b/pom.xml @@ -72,11 +72,6 @@ <version>1.6.9</version> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-test</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> -- GitLab