Author: jbalunas(a)redhat.com
Date: 2010-05-26 09:32:14 -0400 (Wed, 26 May 2010)
New Revision: 17259
Modified:
root/examples/pom.xml
Log:
Fixed reference to profile based jsf impl
Modified: root/examples/pom.xml
===================================================================
--- root/examples/pom.xml 2010-05-26 12:41:22 UTC (rev 17258)
+++ root/examples/pom.xml 2010-05-26 13:32:14 UTC (rev 17259)
@@ -80,12 +80,12 @@
<dependencies>
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
+ <groupId>${jsf2.api.groupid}</groupId>
+ <artifactId>${jsf2.api.artifactid}</artifactId>
</dependency>
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
+ <groupId>${jsf2.impl.groupid}</groupId>
+ <artifactId>${jsf2.impl.artifactid}</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>