Add one missing dependency for pmd plugin.

Verified manually this time.

Change-Id: Icb3bb158e511e3a3a4573b319a6df3177c833086
diff --git a/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/ant-testutil-1.8.2.jar b/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/ant-testutil-1.8.2.jar
new file mode 100644
index 0000000..cc73c8d
--- /dev/null
+++ b/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/ant-testutil-1.8.2.jar
Binary files differ
diff --git a/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/ant-testutil-1.8.2.jar.sha1 b/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/ant-testutil-1.8.2.jar.sha1
new file mode 100644
index 0000000..1990109
--- /dev/null
+++ b/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/ant-testutil-1.8.2.jar.sha1
@@ -0,0 +1 @@
+3f6b65c7707e82b9c95bf1c13e3fa37753a64a21
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/ant-testutil-1.8.2.pom b/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/ant-testutil-1.8.2.pom
new file mode 100644
index 0000000..b38dc98
--- /dev/null
+++ b/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/ant-testutil-1.8.2.pom
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<!--
+  This POM has been created manually by the Ant Development Team.
+  Please contact us if you are not satisfied with the data contained in this POM.
+  URL : http://ant.apache.org
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.ant</groupId>
+    <artifactId>ant-parent</artifactId>
+    <relativePath>../pom.xml</relativePath>
+    <version>1.8.2</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ant</groupId>
+  <artifactId>ant-testutil</artifactId>
+  <version>1.8.2</version>
+  <name>Apache Ant Test Utilities</name>
+  <description>test utility classes</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.8.2</version>
+      <scope>compile</scope>
+    </dependency>
+     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+          <includes>
+            <include>org/apache/tools/ant/BuildFileTest*</include>
+            <include>org/apache/tools/ant/util/regexp/RegexpMatcherTest*</include>
+            <include>org/apache/tools/ant/util/regexp/RegexpTest*</include>
+            <include>org/apache/tools/ant/taskdefs/optional/AbstractXSLTLiaisonTest*</include>
+            <include>org/apache/tools/ant/types/AbstractFileSetTest*</include>
+          </includes>
+        </configuration>
+      </plugin>
+    </plugins>
+    <sourceDirectory>../../../../src/tests/junit</sourceDirectory>
+    <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
+    <directory>../../../../target/${project.artifactId}</directory>
+  </build>
+  
+</project>
diff --git a/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/ant-testutil-1.8.2.pom.sha1 b/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/ant-testutil-1.8.2.pom.sha1
new file mode 100644
index 0000000..7c45b75
--- /dev/null
+++ b/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/ant-testutil-1.8.2.pom.sha1
@@ -0,0 +1 @@
+0ecdac39d1743477509ac6103fefb90dd1c38d0e
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/ant/ant-testutil/maven-metadata.xml b/common/m2/repository/org/apache/ant/ant-testutil/maven-metadata.xml
new file mode 100644
index 0000000..a4c028f
--- /dev/null
+++ b/common/m2/repository/org/apache/ant/ant-testutil/maven-metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.ant</groupId>
+  <artifactId>ant-testutil</artifactId>
+  <versioning>
+    <latest>1.9.4</latest>
+    <release>1.9.4</release>
+    <versions>
+      <version>1.7.0</version>
+      <version>1.7.1</version>
+      <version>1.8.0</version>
+      <version>1.8.1</version>
+      <version>1.8.2</version>
+      <version>1.8.3</version>
+      <version>1.8.4</version>
+      <version>1.9.0</version>
+      <version>1.9.1</version>
+      <version>1.9.2</version>
+      <version>1.9.3</version>
+      <version>1.9.4</version>
+    </versions>
+    <lastUpdated>20140506003011</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/common/m2/repository/org/apache/ant/ant-testutil/maven-metadata.xml.sha1 b/common/m2/repository/org/apache/ant/ant-testutil/maven-metadata.xml.sha1
new file mode 100644
index 0000000..b6fbce1
--- /dev/null
+++ b/common/m2/repository/org/apache/ant/ant-testutil/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+b9f39c7a31911a995a9948e7408b4b1ef609a6b6
\ No newline at end of file