From 9304f728ccd9e2359c9a82fa5d387422579ca52c Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 18 Jul 2016 17:37:03 +0200 Subject: [PATCH] Switched to the dependency-managment, offered by Spring-Boot --- pom.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index a21a807..c74c7df 100644 --- a/pom.xml +++ b/pom.xml @@ -9,10 +9,7 @@ UTF-8 1.8 - 4.12 - 1.1.7 1.0.0 - 2.1.5.RELEASE @@ -21,7 +18,6 @@ org.thymeleaf thymeleaf - ${thymeleaf.version} @@ -35,18 +31,29 @@ junit junit - ${junit.version} test ch.qos.logback logback-classic - ${logback.version} test + + + + + org.springframework.boot + spring-boot-dependencies + 1.3.6.RELEASE + pom + import + + + + -- 2.20.1