Author: msorokin
Date: 2009-03-24 13:25:39 -0400 (Tue, 24 Mar 2009)
New Revision: 13148
Modified:
trunk/test-applications/richfaces-docs/web/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-6419
added new features
Modified: trunk/test-applications/richfaces-docs/web/pom.xml
===================================================================
--- trunk/test-applications/richfaces-docs/web/pom.xml 2009-03-24 17:03:25 UTC (rev
13147)
+++ trunk/test-applications/richfaces-docs/web/pom.xml 2009-03-24 17:25:39 UTC (rev
13148)
@@ -30,7 +30,19 @@
<version>1.2_12</version>
<scope>provided</scope>
- </dependency>
+ </dependency>
+
+
+
+ <dependency>
+
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <version>3.3.1-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+
+
</dependencies>
<build>
<plugins>