From 924b9f9ddeb5bcc3f601aab62a36710d416759a9 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 10 Jul 2015 15:56:27 +0100 Subject: [PATCH] Add Maven incantation to make STS 3.7 happy --- spring-boot-cli/pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index 0c32eac363..e11de7fffe 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -329,5 +329,40 @@ + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-dependency-plugin + + + [1.0.0,) + + + unpack + copy-dependencies + + + + + + + + + + + +