You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ck...@apache.org on 2006/06/29 10:54:23 UTC

svn commit: r417964 - /myfaces/tomahawk/trunk/core/pom.xml

Author: ckormos
Date: Thu Jun 29 01:54:18 2006
New Revision: 417964

URL: http://svn.apache.org/viewvc?rev=417964&view=rev
Log:
added compile dependency on jstl

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

Modified: myfaces/tomahawk/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/pom.xml?rev=417964&r1=417963&r2=417964&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/core/pom.xml Thu Jun 29 01:54:18 2006
@@ -88,6 +88,13 @@
           <scope>compile</scope>
       </dependency>
 
+      <dependency>
+          <groupId>jstl</groupId>
+          <artifactId>jstl</artifactId>
+          <version>1.1.0</version>
+          <scope>compile</scope>
+      </dependency>
+
     <!-- provided dependencies -->
 
     <dependency>