[richfaces-svn-commits] JBoss Rich Faces SVN: r18490 - root/tests/metamer/trunk.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Aug 5 16:59:23 EDT 2010


Author: prabhat.jha at jboss.com
Date: 2010-08-05 16:59:23 -0400 (Thu, 05 Aug 2010)
New Revision: 18490

Modified:
   root/tests/metamer/trunk/pom.xml
Log:
added richfaces-ui-output in dependency - got the src building

Modified: root/tests/metamer/trunk/pom.xml
===================================================================
--- root/tests/metamer/trunk/pom.xml	2010-08-05 14:06:32 UTC (rev 18489)
+++ root/tests/metamer/trunk/pom.xml	2010-08-05 20:59:23 UTC (rev 18490)
@@ -119,7 +119,15 @@
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
+            
             <dependency>
+                <groupId>org.richfaces.ui.output</groupId>
+                <artifactId>richfaces-ui-output-bom</artifactId>
+                <version>${version.richfaces}</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
+            <dependency>
                 <groupId>org.richfaces.cdk</groupId>
                 <artifactId>annotations</artifactId>
                 <version>${version.richfaces}</version>



More information about the richfaces-svn-commits mailing list