Author: mvitenkov
Date: 2008-09-30 07:05:14 -0400 (Tue, 30 Sep 2008)
New Revision: 10614
Modified:
trunk/test-applications/jsp/pom.xml
Log:
add dependency for tomahawk 1.1.6
Modified: trunk/test-applications/jsp/pom.xml
===================================================================
--- trunk/test-applications/jsp/pom.xml 2008-09-30 08:29:23 UTC (rev 10613)
+++ trunk/test-applications/jsp/pom.xml 2008-09-30 11:05:14 UTC (rev 10614)
@@ -13,4 +13,18 @@
<build>
<finalName>richfaces-test-jsp</finalName>
</build>
+<dependencies>
+ <dependency>
+ <groupId>org.apache.myfaces.tomahawk</groupId>
+ <artifactId>tomahawk</artifactId>
+ <version>1.1.6</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+</dependencies>
</project>
\ No newline at end of file