CHAIN-92 - Create a new module containing common test code and utilities; remove now obsolete dependency to chain2-base test-jar

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/chain/trunk@1493535 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configuration/xml/pom.xml b/configuration/xml/pom.xml
index 61d678c..af69402 100644
--- a/configuration/xml/pom.xml
+++ b/configuration/xml/pom.xml
@@ -51,13 +51,6 @@
 
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>commons-chain2-base</artifactId>
-      <version>${project.parent.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
       <artifactId>commons-chain2-test-utils</artifactId>
       <version>${project.parent.version}</version>
       <scope>test</scope>