You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ha...@apache.org on 2008/06/09 02:18:55 UTC

svn commit: r664579 - /myfaces/tomahawk/trunk/pom.xml

Author: hazems
Date: Sun Jun  8 17:18:55 2008
New Revision: 664579

URL: http://svn.apache.org/viewvc?rev=664579&view=rev
Log:
promoting CAPTCHA (adding examples dependencies).

Modified:
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/pom.xml?rev=664579&r1=664578&r2=664579&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Sun Jun  8 17:18:55 2008
@@ -104,6 +104,12 @@
           <version>${myfaces.version}</version>
           <scope>${jsf-impl.scope}</scope>
         </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.3</version>
+            <scope>provided</scope>
+        </dependency>             
 	<dependency>
 		<groupId>batik</groupId>
 		<artifactId>batik-awt-util</artifactId>
@@ -186,6 +192,13 @@
           <scope>${jsf-impl.scope}</scope>
         </dependency>
         
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.3</version>
+            <scope>provided</scope>
+        </dependency>             
+        
      	<dependency>
 		<groupId>batik</groupId>
 		<artifactId>batik-awt-util</artifactId>