Add an explicit dependency on plexus-utils. Required to prevent maven
from automatically substituting an older version of the package as
a dependency.
diff --git a/pom.xml b/pom.xml
index 8590a0e..d748f2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,6 +141,11 @@
<artifactId>commons-lang</artifactId>
<version>2.4</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>debian</version>
+ </dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-toolchain</artifactId>