Author: ips
Date: 2008-10-22 14:10:52 -0400 (Wed, 22 Oct 2008)
New Revision: 16
Modified:
trunk/core/pom.xml
Log:
use a version of the JSF API jar that is available from the JBoss repo
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2008-10-20 20:49:18 UTC (rev 15)
+++ trunk/core/pom.xml 2008-10-22 18:10:52 UTC (rev 16)
@@ -165,7 +165,7 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <!-- NOTE: The version is defined in the rhq-parent POM's
dependencyManagement section. -->
+ <version>1.2_09</version>
<scope>provided</scope>
</dependency>