You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2008/11/05 22:13:20 UTC

svn commit: r711700 - /myfaces/extensions/validator/branches/jsf_1.1/validation-modules/property-validation/pom.xml

Author: gpetracek
Date: Wed Nov  5 13:13:19 2008
New Revision: 711700

URL: http://svn.apache.org/viewvc?rev=711700&view=rev
Log:
unified test cases

Modified:
    myfaces/extensions/validator/branches/jsf_1.1/validation-modules/property-validation/pom.xml

Modified: myfaces/extensions/validator/branches/jsf_1.1/validation-modules/property-validation/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/jsf_1.1/validation-modules/property-validation/pom.xml?rev=711700&r1=711699&r2=711700&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/jsf_1.1/validation-modules/property-validation/pom.xml (original)
+++ myfaces/extensions/validator/branches/jsf_1.1/validation-modules/property-validation/pom.xml Wed Nov  5 13:13:19 2008
@@ -48,7 +48,7 @@
             <version>1.0</version>
             <scope>compile</scope>
         </dependency>
-        
+
         <!-- Test dependencies -->
         <dependency>
             <groupId>org.apache.myfaces.core</groupId>
@@ -59,13 +59,13 @@
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
+            <version>2.4</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>javax.servlet.jsp</groupId>
             <artifactId>jsp-api</artifactId>
-            <version>2.1</version>
+            <version>2.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -92,7 +92,14 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        
+
+        <dependency>
+           <groupId>javax.el</groupId>
+           <artifactId>el-api</artifactId>
+           <version>1.0</version>
+           <scope>test</scope>
+       </dependency>
+
     </dependencies>
 
     <build>
@@ -134,6 +141,7 @@
                     </execution>
                 </executions>
             </plugin>
+
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>2.4.2</version>