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 2009/10/08 23:59:00 UTC

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

Author: lu4242
Date: Thu Oct  8 21:59:00 2009
New Revision: 823342

URL: http://svn.apache.org/viewvc?rev=823342&view=rev
Log:
update jstl dependency

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?rev=823342&r1=823341&r2=823342&view=diff
==============================================================================
--- myfaces/current12/test-webapp/pom.xml (original)
+++ myfaces/current12/test-webapp/pom.xml Thu Oct  8 21:59:00 2009
@@ -188,7 +188,7 @@
         </dependency>
 
         <dependency>
-            <groupId>jstl</groupId>
+            <groupId>javax.servlet</groupId>
             <artifactId>jstl</artifactId>
             <version>1.2</version>
         </dependency>
@@ -205,7 +205,7 @@
         </dependency>
 
         <dependency>
-            <groupId>jstl</groupId>
+            <groupId>javax.servlet</groupId>
             <artifactId>jstl</artifactId>
             <version>1.2</version>
             <exclusions>