You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/06/16 19:10:36 UTC

svn commit: r1493535 - /commons/proper/chain/trunk/configuration/xml/pom.xml

Author: britter
Date: Sun Jun 16 17:10:35 2013
New Revision: 1493535

URL: http://svn.apache.org/r1493535
Log:
CHAIN-92 - Create a new module containing common test code and utilities; remove now obsolete dependency to chain2-base test-jar

Modified:
    commons/proper/chain/trunk/configuration/xml/pom.xml

Modified: commons/proper/chain/trunk/configuration/xml/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/configuration/xml/pom.xml?rev=1493535&r1=1493534&r2=1493535&view=diff
==============================================================================
--- commons/proper/chain/trunk/configuration/xml/pom.xml (original)
+++ commons/proper/chain/trunk/configuration/xml/pom.xml Sun Jun 16 17:10:35 2013
@@ -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>