From ee3fceaa25b83c2a8036f1b2a87b5c19a7a2f74a Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Sun, 15 Dec 2019 15:07:17 +0400 Subject: [PATCH] Removed redundant dependency. Signed-off-by: Pavel Kirilin <win10@list.ru> --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index cd7aa6d..faafc86 100644 --- a/pom.xml +++ b/pom.xml @@ -29,11 +29,6 @@ <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </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-data-jpa</artifactId> -- GitLab