Author: nbelaevski
Date: 2009-04-20 10:58:26 -0400 (Mon, 20 Apr 2009)
New Revision: 13700
Modified:
trunk/cdk/maven-archetype-theme/src/main/resources/archetype-resources/pom.xml
Log:
Theme archetype: JSF dependencies added
Modified: trunk/cdk/maven-archetype-theme/src/main/resources/archetype-resources/pom.xml
===================================================================
---
trunk/cdk/maven-archetype-theme/src/main/resources/archetype-resources/pom.xml 2009-04-20
14:55:55 UTC (rev 13699)
+++
trunk/cdk/maven-archetype-theme/src/main/resources/archetype-resources/pom.xml 2009-04-20
14:58:26 UTC (rev 13700)
@@ -48,5 +48,20 @@
<artifactId>richfaces-impl</artifactId>
<version>3.3.1-SNAPSHOT</version>
</dependency>
+
+ <!-- Required for JSF -->
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
</project>
Show replies by date