Author: alexsmirnov
Date: 2007-09-11 19:54:47 -0400 (Tue, 11 Sep 2007)
New Revision: 2893
Modified:
trunk/sandbox/api/pom.xml
trunk/sandbox/impl/pom.xml
Log:
fix sandbox build
Modified: trunk/sandbox/api/pom.xml
===================================================================
--- trunk/sandbox/api/pom.xml 2007-09-11 22:21:37 UTC (rev 2892)
+++ trunk/sandbox/api/pom.xml 2007-09-11 23:54:47 UTC (rev 2893)
@@ -17,6 +17,12 @@
<artifactId>richfaces-api</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_03</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
Modified: trunk/sandbox/impl/pom.xml
===================================================================
--- trunk/sandbox/impl/pom.xml 2007-09-11 22:21:37 UTC (rev 2892)
+++ trunk/sandbox/impl/pom.xml 2007-09-11 23:54:47 UTC (rev 2893)
@@ -27,6 +27,12 @@
<artifactId>richfaces-test</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_03</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
Show replies by date