Author: abelevich
Date: 2010-07-19 08:28:10 -0400 (Mon, 19 Jul 2010)
New Revision: 18144
Modified:
root/examples/iteration-demo/trunk/pom.xml
Log:
fix pom.xml
Modified: root/examples/iteration-demo/trunk/pom.xml
===================================================================
--- root/examples/iteration-demo/trunk/pom.xml 2010-07-19 11:25:43 UTC (rev 18143)
+++ root/examples/iteration-demo/trunk/pom.xml 2010-07-19 12:28:10 UTC (rev 18144)
@@ -82,12 +82,15 @@
<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>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
</dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
+
<!-- API implementation for runtime -->
<dependency>
@@ -95,14 +98,17 @@
<artifactId>richfaces-core-api</artifactId>
</dependency>
<dependency>
+ <groupId>org.richfaces.core</groupId>
+ <artifactId>richfaces-core-impl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.commons</groupId>
+ <artifactId>richfaces-commons-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </dependency>
-
<!-- JSF -->
<dependency>
<groupId>${jsf2.api.groupid}</groupId>
Show replies by date