Author: prabhat.jha(a)jboss.com
Date: 2010-07-07 12:02:44 -0400 (Wed, 07 Jul 2010)
New Revision: 17763
Modified:
branches/community/3.3.X/cdk/richfaces-facelets/src/main/resources/archetype-resources/pom.xml
Log:
adding -impl dependency because post 3.3.3 release, this needs to be set
Modified:
branches/community/3.3.X/cdk/richfaces-facelets/src/main/resources/archetype-resources/pom.xml
===================================================================
---
branches/community/3.3.X/cdk/richfaces-facelets/src/main/resources/archetype-resources/pom.xml 2010-07-07
15:57:58 UTC (rev 17762)
+++
branches/community/3.3.X/cdk/richfaces-facelets/src/main/resources/archetype-resources/pom.xml 2010-07-07
16:02:44 UTC (rev 17763)
@@ -29,6 +29,11 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
<version>3.3.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Show replies by date