[richfaces-svn-commits] JBoss Rich Faces SVN: r13609 - trunk/test-applications/richfaces-docs/web.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 16 10:12:38 EDT 2009


Author: msorokin
Date: 2009-04-16 10:12:38 -0400 (Thu, 16 Apr 2009)
New Revision: 13609

Modified:
   trunk/test-applications/richfaces-docs/web/pom.xml
Log:
added dependencies

Modified: trunk/test-applications/richfaces-docs/web/pom.xml
===================================================================
--- trunk/test-applications/richfaces-docs/web/pom.xml	2009-04-16 13:46:11 UTC (rev 13608)
+++ trunk/test-applications/richfaces-docs/web/pom.xml	2009-04-16 14:12:38 UTC (rev 13609)
@@ -44,14 +44,25 @@
 
 
 	    <dependency>            
-	        
 	        <groupId>org.richfaces.ui</groupId>
 	        <artifactId>richfaces-ui</artifactId>
 	        <version>3.3.1-SNAPSHOT</version>
 	        <scope>provided</scope>
 	    </dependency>
+	  <dependency>                
+	        <groupId>org.richfaces.framework</groupId>
+	        <artifactId>richfaces-impl</artifactId>
+	        <version>3.3.1-SNAPSHOT</version>        
+	    </dependency>   
+	   <dependency>                    
+	        <groupId>org.richfaces.ui</groupId>
+	        <artifactId>richfaces-ui</artifactId>
+	        <version>3.3.1-SNAPSHOT</version>     
+	    </dependency>
+		
+		
+		
 	    
-	    
 </dependencies>
     <build>
         <plugins>




More information about the richfaces-svn-commits mailing list