Author: jbalunas(a)redhat.com
Date: 2010-08-15 17:03:21 -0400 (Sun, 15 Aug 2010)
New Revision: 18646
Modified:
trunk/bom/pom.xml
Log:
Fixed build issue with new ui-core-api in bom
Modified: trunk/bom/pom.xml
===================================================================
--- trunk/bom/pom.xml 2010-08-15 19:39:18 UTC (rev 18645)
+++ trunk/bom/pom.xml 2010-08-15 21:03:21 UTC (rev 18646)
@@ -79,6 +79,11 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>org.richfaces.ui.core</groupId>
+ <artifactId>richfaces-ui-core-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.richfaces.ui.iteration</groupId>
<artifactId>richfaces-ui-iteration-ui</artifactId>
<version>${project.version}</version>