You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2006/04/13 23:21:19 UTC

svn commit: r393945 - /struts/action/trunk/apps/cookbook/pom.xml

Author: jmitchell
Date: Thu Apr 13 14:21:17 2006
New Revision: 393945

URL: http://svn.apache.org/viewcvs?rev=393945&view=rev
Log:
Fix missing dependency on taglib

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

Modified: struts/action/trunk/apps/cookbook/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/cookbook/pom.xml?rev=393945&r1=393944&r2=393945&view=diff
==============================================================================
--- struts/action/trunk/apps/cookbook/pom.xml (original)
+++ struts/action/trunk/apps/cookbook/pom.xml Thu Apr 13 14:21:17 2006
@@ -58,6 +58,11 @@
          <version>2.3</version>
          <scope>provided</scope>
       </dependency>
+      <dependency>
+         <groupId>${pom.groupId}</groupId>
+         <artifactId>struts-taglib</artifactId>
+         <version>${pom.version}</version>
+      </dependency>
    </dependencies>
 
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org