You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2009/04/02 22:23:09 UTC

svn commit: r761416 - /turbine/fulcrum/trunk/testcontainer/pom.xml

Author: tv
Date: Thu Apr  2 20:23:09 2009
New Revision: 761416

URL: http://svn.apache.org/viewvc?rev=761416&view=rev
Log:
Use current version of dependency

Modified:
    turbine/fulcrum/trunk/testcontainer/pom.xml

Modified: turbine/fulcrum/trunk/testcontainer/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/pom.xml?rev=761416&r1=761415&r2=761416&view=diff
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/pom.xml (original)
+++ turbine/fulcrum/trunk/testcontainer/pom.xml Thu Apr  2 20:23:09 2009
@@ -74,9 +74,10 @@
     </dependency>
     <!-- Needed if testing with ECM -->
     <dependency>
-      <groupId>excalibur-component</groupId>
+      <groupId>org.apache.excalibur.component</groupId>
       <artifactId>excalibur-component</artifactId>
-      <version>2.1</version>
+      <version>2.2.1</version>
+      <type>jar</type>
       <optional>true</optional>
     </dependency>
   </dependencies>