You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/12/02 15:29:24 UTC

svn commit: r600294 - /myfaces/commons/trunk/myfaces-commons-validators/pom.xml

Author: bommel
Date: Sun Dec  2 06:29:23 2007
New Revision: 600294

URL: http://svn.apache.org/viewvc?rev=600294&view=rev
Log:
next steps

Modified:
    myfaces/commons/trunk/myfaces-commons-validators/pom.xml

Modified: myfaces/commons/trunk/myfaces-commons-validators/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-validators/pom.xml?rev=600294&r1=600293&r2=600294&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-validators/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-validators/pom.xml Sun Dec  2 06:29:23 2007
@@ -109,6 +109,16 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>javax.servlet.jsp</groupId>
+      <artifactId>jsp-api</artifactId>
+      <version>2.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
       <groupId>commons-validator</groupId>
       <artifactId>commons-validator</artifactId>
       <version>1.3.1</version>