From: Kai Moritz Date: Mon, 18 Jul 2016 15:37:03 +0000 (+0200) Subject: Switched to the dependency-managment, offered by Spring-Boot X-Git-Tag: juplo-dialect-1.0.0~2 X-Git-Url: https://juplo.de/gitweb/?p=juplo-dialect;a=commitdiff_plain;h=9304f728ccd9e2359c9a82fa5d387422579ca52c Switched to the dependency-managment, offered by Spring-Boot --- 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 + + + +