From 08fb0b4ddc39b86536e671cb598e594b405dd019 Mon Sep 17 00:00:00 2001 From: Sylvain Leclerc Date: Fri, 2 Nov 2018 15:56:39 +0100 Subject: [PATCH] Fix missing spring boot plugin version --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index f4f3b6f2..8e12d173 100644 --- a/pom.xml +++ b/pom.xml @@ -257,6 +257,11 @@ coveralls-maven-plugin ${maven.coveralls.version} + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} +