Author: maksimkaszynski
Date: 2007-10-04 12:52:49 -0400 (Thu, 04 Oct 2007)
New Revision: 3261
Modified:
trunk/samples/suggestionbox-sample/pom.xml
Log:
fixed dependenices
Modified: trunk/samples/suggestionbox-sample/pom.xml
===================================================================
--- trunk/samples/suggestionbox-sample/pom.xml 2007-10-04 16:47:57 UTC (rev 3260)
+++ trunk/samples/suggestionbox-sample/pom.xml 2007-10-04 16:52:49 UTC (rev 3261)
@@ -14,13 +14,13 @@
<finalName>suggestionbox-sample</finalName>
</build>
<dependencies>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>core</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-ui</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
<artifactId>suggestionbox</artifactId>
<version>3.2.0-SNAPSHOT</version>
</dependency>
Show replies by date