From f6c395d0a62019f12cc139daef181e6b9f1b7aad 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 7659040c24..a176bdbb9e 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -304,5 +304,40 @@ + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-dependency-plugin + + + [1.0.0,) + + + unpack + copy-dependencies + + + + + + + + + + + +