Author: ppitonak(a)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