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

svn commit: r630157 - /myfaces/orchestra/trunk/core/pom.xml

Author: skitching
Date: Fri Feb 22 03:17:56 2008
New Revision: 630157

URL: http://svn.apache.org/viewvc?rev=630157&view=rev
Log:
Add shale for unit tests

Modified:
    myfaces/orchestra/trunk/core/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=630157&r1=630156&r2=630157&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Fri Feb 22 03:17:56 2008
@@ -92,6 +92,12 @@
       <scope>test</scope>
     </dependency>
 
+    <dependency>
+        <groupId>org.apache.shale</groupId>
+        <artifactId>shale-test</artifactId>
+        <version>1.0.4</version>
+        <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>