You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2007/01/10 02:51:11 UTC

svn commit: r494683 - /myfaces/current12/test-webapp/pom.xml

Author: baranda
Date: Tue Jan  9 17:51:10 2007
New Revision: 494683

URL: http://svn.apache.org/viewvc?view=rev&rev=494683
Log:
1.2 implementation issues for the State related classes. Implemented rendering of the view state in the page.

Modified:
    myfaces/current12/test-webapp/pom.xml

Modified: myfaces/current12/test-webapp/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current12/test-webapp/pom.xml?view=diff&rev=494683&r1=494682&r2=494683
==============================================================================
--- myfaces/current12/test-webapp/pom.xml (original)
+++ myfaces/current12/test-webapp/pom.xml Tue Jan  9 17:51:10 2007
@@ -119,9 +119,9 @@
         </dependency>
 
         <dependency>
-            <groupId>javax.servlet</groupId>
+            <groupId>jstl</groupId>
             <artifactId>jstl</artifactId>
-            <version>1.1.2</version>
+            <version>1.2</version>
         </dependency>
         <dependency>
             <groupId>taglibs</groupId>