You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2012/03/30 19:13:41 UTC

svn commit: r1307540 - /myfaces/tomahawk/trunk/core20/pom.xml

Author: lu4242
Date: Fri Mar 30 17:13:40 2012
New Revision: 1307540

URL: http://svn.apache.org/viewvc?rev=1307540&view=rev
Log:
update test dependencies

Modified:
    myfaces/tomahawk/trunk/core20/pom.xml

Modified: myfaces/tomahawk/trunk/core20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/pom.xml?rev=1307540&r1=1307539&r2=1307540&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core20/pom.xml (original)
+++ myfaces/tomahawk/trunk/core20/pom.xml Fri Mar 30 17:13:40 2012
@@ -209,6 +209,14 @@
     </dependency>
     
     <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-validation_1.0_spec</artifactId>
+        <version>1.1</version>
+        <scope>test</scope>
+        <optional>true</optional>
+    </dependency>
+    
+    <dependency>
         <groupId>commons-digester</groupId>
         <artifactId>commons-digester</artifactId>
         <version>1.8</version>
@@ -328,7 +336,8 @@
                   <excludes>**/*.class,**/META-INF/**,
                   org/apache/myfaces/shared_tomahawk/**/*.java,
                   org/apache/myfaces/custom/dojo/**,
-                  org/apache/myfaces/custom/dojoextensions/**</excludes>
+                  org/apache/myfaces/custom/dojoextensions/**,
+                  org/apache/myfaces/taglib/html/ext/**</excludes>
                 </artifactItem>
               </artifactItems>
             </configuration>