Desription: Depend on apache-mime4j (fixes FTBFS)
Author: Ludovico Cavedon <cavedon@debian.org>

Index: htmlunit/pom.xml
===================================================================
--- htmlunit.orig/pom.xml	2011-11-19 20:28:24.406864002 -0800
+++ htmlunit/pom.xml	2011-11-19 20:28:40.818864001 -0800
@@ -681,6 +681,10 @@
             <version>4.0.1</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.james</groupId>
+            <artifactId>apache-mime4j-core</artifactId>
+        </dependency>
+        <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
             <version>1.4</version>
