From 119585666387b5f900a01fd80886b040c51e7ac8 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Sun, 15 Dec 2019 15:10:55 +0400 Subject: [PATCH] Removed one more test dep. 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 faafc86..59c500a 100644 --- a/pom.xml +++ b/pom.xml @@ -24,11 +24,6 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </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