Author: nbelaevski
Date: 2010-07-01 15:11:26 -0400 (Thu, 01 Jul 2010)
New Revision: 17699
Modified:
root/build/bom/trunk/pom.xml
root/examples/iteration-demo/trunk/pom.xml
Log:
https://jira.jboss.org/browse/RF-8753
Modified: root/build/bom/trunk/pom.xml
===================================================================
--- root/build/bom/trunk/pom.xml 2010-07-01 18:28:45 UTC (rev 17698)
+++ root/build/bom/trunk/pom.xml 2010-07-01 19:11:26 UTC (rev 17699)
@@ -81,7 +81,12 @@
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>
-
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>r05</version>
+ </dependency>
+
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
Modified: root/examples/iteration-demo/trunk/pom.xml
===================================================================
--- root/examples/iteration-demo/trunk/pom.xml 2010-07-01 18:28:45 UTC (rev 17698)
+++ root/examples/iteration-demo/trunk/pom.xml 2010-07-01 19:11:26 UTC (rev 17699)
@@ -82,6 +82,12 @@
<groupId>org.richfaces.ui.iteration</groupId>
<artifactId>richfaces-ui-iteration-impl</artifactId>
</dependency>
+
+ <!-- TODO: this should be inherited from richfaces-ui-iteration-ui -->
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
<!-- API implementation for runtime -->
<dependency>