Author: ips
Date: 2008-10-20 16:49:18 -0400 (Mon, 20 Oct 2008)
New Revision: 15
Modified:
trunk/core/pom.xml
Log:
add missing JSF API dep
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2008-10-20 20:48:39 UTC (rev 14)
+++ trunk/core/pom.xml 2008-10-20 20:49:18 UTC (rev 15)
@@ -161,6 +161,14 @@
</exclusions>
<scope>runtime</scope>
</dependency>
+
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <!-- NOTE: The version is defined in the rhq-parent POM's
dependencyManagement section. -->
+ <scope>provided</scope>
+ </dependency>
+
<!-- Provided in 5.0 -->
<dependency>
<groupId>javax.el</groupId>
Show replies by date