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 2008/11/05 20:33:49 UTC

svn commit: r711676 - /myfaces/tomahawk/trunk/examples/pom.xml

Author: lu4242
Date: Wed Nov  5 11:33:48 2008
New Revision: 711676

URL: http://svn.apache.org/viewvc?rev=711676&view=rev
Log:
update jstl dependency jar to download from repo1.maven.org repository

Modified:
    myfaces/tomahawk/trunk/examples/pom.xml

Modified: myfaces/tomahawk/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/pom.xml?rev=711676&r1=711675&r2=711676&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/pom.xml Wed Nov  5 11:33:48 2008
@@ -98,7 +98,7 @@
                     <scope>runtime</scope>
                 </dependency>
                 <dependency>
-                    <groupId>jstl</groupId>
+                    <groupId>javax.servlet</groupId>
                     <artifactId>jstl</artifactId>
                     <version>1.2</version>
                 </dependency>
@@ -143,7 +143,7 @@
                     <scope>runtime</scope>
                 </dependency>
                 <dependency>
-                    <groupId>jstl</groupId>
+                    <groupId>javax.servlet</groupId>
                     <artifactId>jstl</artifactId>
                     <version>1.2</version>
                 </dependency>