Fix problem with build inside Eclipse picking up bad dependency for a
plugin.
diff --git a/pom.xml b/pom.xml
index 1b4b200..95d3c57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,6 +237,13 @@
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-assembly-plugin</artifactId>
 					<version>2.4</version>
+					<dependencies>
+						<dependency>
+							<groupId>org.codehaus.plexus</groupId>
+							<artifactId>plexus-utils</artifactId>
+							<version>3.0.15</version>
+						</dependency>
+					</dependencies>
 				</plugin>
 			</plugins>
 		</pluginManagement>