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 2008/02/13 01:01:52 UTC

svn commit: r627190 - /myfaces/tomahawk/branches/1_2_0/core/pom.xml

Author: lu4242
Date: Tue Feb 12 16:01:43 2008
New Revision: 627190

URL: http://svn.apache.org/viewvc?rev=627190&view=rev
Log:
reference of myfaces-commons-validators added

Modified:
    myfaces/tomahawk/branches/1_2_0/core/pom.xml

Modified: myfaces/tomahawk/branches/1_2_0/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/core/pom.xml?rev=627190&r1=627189&r2=627190&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/core/pom.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/core/pom.xml Tue Feb 12 16:01:43 2008
@@ -95,6 +95,12 @@
           <scope>compile</scope>
       </dependency>
       
+      <dependency>
+          <groupId>org.apache.myfaces.commons</groupId>
+          <artifactId>myfaces-validators</artifactId>
+          <version>0.0.1-SNAPSHOT</version>
+          <scope>runtime</scope>
+      </dependency>      
     <!-- provided dependencies -->
 
     <dependency>