2be5587
diff --git a/pom.xml b/pom.xml
2be5587
index 1a4f2c4..f5fa596 100644
2be5587
--- a/pom.xml
2be5587
+++ b/pom.xml
2be5587
@@ -160,42 +160,6 @@ under the License.
2be5587
       <version>1.7.0</version>
2be5587
       <optional>true</optional>
2be5587
     </dependency>
2be5587
-    <dependency>
2be5587
-      <groupId>com.mockrunner</groupId>
2be5587
-      <artifactId>mockrunner-jdk1.3-j2ee1.3</artifactId>
2be5587
-      <version>0.4</version>
2be5587
-      <scope>test</scope>
2be5587
-      <exclusions>
2be5587
-        <exclusion>
2be5587
-          <groupId>cglib-nodep</groupId>
2be5587
-          <artifactId>cglib-nodep</artifactId>
2be5587
-        </exclusion>
2be5587
-        <exclusion>
2be5587
-          <groupId>jboss</groupId>
2be5587
-          <artifactId>jboss-jee</artifactId>
2be5587
-        </exclusion>
2be5587
-        <exclusion>
2be5587
-          <groupId>nekohtml</groupId>
2be5587
-          <artifactId>nekohtml</artifactId>
2be5587
-        </exclusion>
2be5587
-        <exclusion>
2be5587
-          <groupId>struts</groupId>
2be5587
-          <artifactId>struts</artifactId>
2be5587
-        </exclusion>
2be5587
-        <exclusion>
2be5587
-          <groupId>oro</groupId>
2be5587
-          <artifactId>oro</artifactId>
2be5587
-        </exclusion>
2be5587
-        <exclusion>
2be5587
-          <groupId>commons-validator</groupId>
2be5587
-          <artifactId>commons-validator</artifactId>
2be5587
-        </exclusion>
2be5587
-        <exclusion>
2be5587
-          <groupId>commons-digester</groupId>
2be5587
-          <artifactId>commons-digester</artifactId>
2be5587
-        </exclusion>
2be5587
-      </exclusions>
2be5587
-    </dependency>
2be5587
   </dependencies>
2be5587
   <reporting>
2be5587
     <plugins>