You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/01/08 09:16:57 UTC

svn commit: r897133 - /myfaces/trinidad/branches/trinidad-2.0.x/pom.xml

Author: matzew
Date: Fri Jan  8 08:16:56 2010
New Revision: 897133

URL: http://svn.apache.org/viewvc?rev=897133&view=rev
Log:
updated UIXEditableValueTemplate to get rid of hard dependency against BeanValidation - changed scope of the SPEC as well

Modified:
    myfaces/trinidad/branches/trinidad-2.0.x/pom.xml

Modified: myfaces/trinidad/branches/trinidad-2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-2.0.x/pom.xml?rev=897133&r1=897132&r2=897133&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-2.0.x/pom.xml (original)
+++ myfaces/trinidad/branches/trinidad-2.0.x/pom.xml Fri Jan  8 08:16:56 2010
@@ -234,7 +234,7 @@
         <groupId>javax.validation</groupId>
         <artifactId>validation-api</artifactId>
         <version>${validation.version}</version>
-        <scope>compile</scope>
+        <scope>provided</scope>
       </dependency>
 
 <!-- for now we just use the RI, b/c nothing around for MyFaces 2.0 -->