You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/06/02 18:56:01 UTC

svn commit: r411212 - /myfaces/tomahawk/trunk/sandbox/core/pom.xml

Author: schof
Date: Fri Jun  2 09:56:00 2006
New Revision: 411212

URL: http://svn.apache.org/viewvc?rev=411212&view=rev
Log:
add shale-test dependency

Modified:
    myfaces/tomahawk/trunk/sandbox/core/pom.xml

Modified: myfaces/tomahawk/trunk/sandbox/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/pom.xml?rev=411212&r1=411211&r2=411212&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/pom.xml Fri Jun  2 09:56:00 2006
@@ -100,6 +100,13 @@
       <scope>test</scope>
     </dependency>
     
+    <dependency>
+      <groupId>org.apache.struts.shale</groupId>
+      <artifactId>shale-test</artifactId>
+      <version>1.0.2</version>
+      <scope>test</scope>		
+    </dependency>        
+    
   </dependencies>
 
   <build>