Author: msorokin
Date: 2009-03-19 10:38:28 -0400 (Thu, 19 Mar 2009)
New Revision: 13025
Modified:
trunk/test-applications/richfaces-docs/web/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-6419
Added new sections and fixed menu
Modified: trunk/test-applications/richfaces-docs/web/pom.xml
===================================================================
--- trunk/test-applications/richfaces-docs/web/pom.xml 2009-03-19 14:38:10 UTC (rev
13024)
+++ trunk/test-applications/richfaces-docs/web/pom.xml 2009-03-19 14:38:28 UTC (rev
13025)
@@ -10,6 +10,28 @@
<name>WAR module</name>
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>
+ <dependencies>
+
+ <dependency>
+
+ <groupId>javax.faces</groupId>
+
+ <artifactId>jsf-api</artifactId>
+
+ <version>1.2_12</version>
+<scope>provided</scope>
+ </dependency>
+
+ <dependency>
+
+ <groupId>javax.faces</groupId>
+
+ <artifactId>jsf-impl</artifactId>
+
+ <version>1.2_12</version>
+<scope>provided</scope>
+ </dependency>
+</dependencies>
<build>
<plugins>
<plugin>