[jboss-cvs] JBossAS SVN: r96827 - projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Nov 24 07:17:44 EST 2009
Author: lvlcek at redhat.com
Date: 2009-11-24 07:17:43 -0500 (Tue, 24 Nov 2009)
New Revision: 96827
Modified:
projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/pom.xml
Log:
added jsf and richfaces dependencies
Modified: projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/pom.xml
===================================================================
--- projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/pom.xml 2009-11-24 12:17:32 UTC (rev 96826)
+++ projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/pom.xml 2009-11-24 12:17:43 UTC (rev 96827)
@@ -11,9 +11,29 @@
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>
<name>Sports Club Reservations JSF Front-End</name>
- <url>http://maven.apache.org</url>
<dependencies>
+
<dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.facelets</groupId>
+ <artifactId>jsf-facelets</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
More information about the jboss-cvs-commits
mailing list