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