Author: wsmoak
Date: Thu Apr 13 21:28:39 2006
New Revision: 394017

URL: http://svn.apache.org/viewcvs?rev=394017&view=rev
Log:
Correct the groupId for JSTL.

Modified:
    struts/action/trunk/apps/examples/pom.xml

Modified: struts/action/trunk/apps/examples/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/apps/examples/pom.xml?rev=394017&r1=394016&r2=394017&view=diff
==============================================================================
--- struts/action/trunk/apps/examples/pom.xml (original)
+++ struts/action/trunk/apps/examples/pom.xml Thu Apr 13 21:28:39 2006
@@ -64,7 +64,7 @@
          <scope>provided</scope>
       </dependency>
       <dependency>
-         <groupId>jstl</groupId>
+         <groupId>javax.servlet</groupId>
          <artifactId>jstl</artifactId>
          <version>1.0.6</version>
       </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to