Add specific plexus-utils dependency

Add specific plexus-utils dependency in an attempt to fix a
NoSuchMethodError that occurs with some builds.
This commit is contained in:
Phillip Webb 2013-07-01 09:27:11 -07:00
parent d9cc7575c3
commit f00eed4b07

View File

@ -126,6 +126,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.10</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-bootstrap-launcher</artifactId>