[richfaces-svn-commits] JBoss Rich Faces SVN: r18556 - modules/tests/metamer/trunk/application.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed Aug 11 10:59:57 EDT 2010
Author: ppitonak at redhat.com
Date: 2010-08-11 10:59:57 -0400 (Wed, 11 Aug 2010)
New Revision: 18556
Modified:
modules/tests/metamer/trunk/application/pom.xml
Log:
* added dependency on richfaces-components-api because of iteration components
Modified: modules/tests/metamer/trunk/application/pom.xml
===================================================================
--- modules/tests/metamer/trunk/application/pom.xml 2010-08-11 14:49:02 UTC (rev 18555)
+++ modules/tests/metamer/trunk/application/pom.xml 2010-08-11 14:59:57 UTC (rev 18556)
@@ -43,6 +43,10 @@
<!-- RichFaces 4 -->
<dependency>
<groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-components-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
<!-- Mojarra has to be excluded because we want to be able to create also
binaries with MyFaces
More information about the richfaces-svn-commits
mailing list