From f00eed4b07b015786f6bd5d138993676097ecf6e Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 1 Jul 2013 09:27:11 -0700 Subject: [PATCH] Add specific plexus-utils dependency Add specific plexus-utils dependency in an attempt to fix a NoSuchMethodError that occurs with some builds. --- spring-bootstrap-maven-plugin/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-bootstrap-maven-plugin/pom.xml b/spring-bootstrap-maven-plugin/pom.xml index 70f6f70210..0b8b26b36f 100644 --- a/spring-bootstrap-maven-plugin/pom.xml +++ b/spring-bootstrap-maven-plugin/pom.xml @@ -126,6 +126,11 @@ + + org.codehaus.plexus + plexus-utils + 3.0.10 + ${project.groupId} spring-bootstrap-launcher