From ac9eb8a9a9982fce3113da4c6a0cef2541271733 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Dec 2016 11:40:14 +0100 Subject: [PATCH] Fix Maven warning in samples Closes gh-7716 --- spring-boot-samples/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index f4fd78c2e2..19e7a2412e 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -228,6 +228,11 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4 +