From b2968f6c76cd7b5be6e187beed47ec7a5cbccd08 Mon Sep 17 00:00:00 2001 From: Julian Horner <julianhorner@web.de> Date: Tue, 17 Dec 2019 17:53:05 +0100 Subject: [PATCH] Minor improvements --- pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pom.xml b/pom.xml index 097246a..dbdfedb 100644 --- a/pom.xml +++ b/pom.xml @@ -30,19 +30,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-data-rest</artifactId> - </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-tomcat</artifactId> - <scope>provided</scope> - </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> -- GitLab