You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/07/21 14:37:07 UTC

svn commit: r796274 - in /excalibur/trunk: components/xmlutil/pom.xml parent/pom.xml

Author: rdonkin
Date: Tue Jul 21 12:37:07 2009
New Revision: 796274

URL: http://svn.apache.org/viewvc?rev=796274&view=rev
Log:
EXLBR-46 Inherit excalibur dependencies. Not sure where the source is for the testcase component :-/ https://issues.apache.org/jira/browse/EXLBR-46

Modified:
    excalibur/trunk/components/xmlutil/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/components/xmlutil/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/xmlutil/pom.xml?rev=796274&r1=796273&r2=796274&view=diff
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Tue Jul 21 12:37:07 2009
@@ -93,7 +93,6 @@
     <dependency>
       <groupId>org.apache.excalibur.testcase</groupId>
       <artifactId>excalibur-testcase</artifactId>
-      <version>2.2.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=796274&r1=796273&r2=796274&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Tue Jul 21 12:37:07 2009
@@ -236,6 +236,12 @@
          <artifactId>junitperf</artifactId>
          <scope>test</scope>
          <version>1.8</version>
+       </dependency>    
+       <dependency>
+         <groupId>org.apache.excalibur.testcase</groupId>
+         <artifactId>excalibur-testcase</artifactId>
+         <version>2.2.1</version>
+         <scope>test</scope>
        </dependency>
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org