You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2009/10/29 17:59:59 UTC

svn commit: r831028 - /myfaces/tobago/trunk/example/pom.xml

Author: lofwyr
Date: Thu Oct 29 16:59:59 2009
New Revision: 831028

URL: http://svn.apache.org/viewvc?rev=831028&view=rev
Log:
add dependency to jstl, is using RI

Modified:
    myfaces/tobago/trunk/example/pom.xml

Modified: myfaces/tobago/trunk/example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/pom.xml?rev=831028&r1=831027&r2=831028&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/pom.xml (original)
+++ myfaces/tobago/trunk/example/pom.xml Thu Oct 29 16:59:59 2009
@@ -187,6 +187,11 @@
           <artifactId>jsf-impl</artifactId>
           <scope>runtime</scope>
         </dependency>
+        <dependency>
+          <groupId>javax.servlet</groupId>
+          <artifactId>jstl</artifactId>
+          <scope>runtime</scope>
+        </dependency>
       </dependencies>
     </profile>
 
@@ -209,6 +214,11 @@
           <artifactId>jsf-impl</artifactId>
           <scope>runtime</scope>
         </dependency>
+        <dependency>
+          <groupId>javax.servlet</groupId>
+          <artifactId>jstl</artifactId>
+          <scope>runtime</scope>
+        </dependency>
       </dependencies>
     </profile>
 
@@ -231,6 +241,11 @@
           <artifactId>jsf-impl</artifactId>
           <scope>runtime</scope>
         </dependency>
+        <dependency>
+          <groupId>javax.servlet</groupId>
+          <artifactId>jstl</artifactId>
+          <scope>runtime</scope>
+        </dependency>
       </dependencies>
     </profile>