Author: alexsmirnov
Date: 2007-03-16 16:10:14 -0400 (Fri, 16 Mar 2007)
New Revision: 90
Modified:
trunk/richfaces-samples/richfaces-demo/pom.xml
Log:
Include el jars into war.
Modified: trunk/richfaces-samples/richfaces-demo/pom.xml
===================================================================
--- trunk/richfaces-samples/richfaces-demo/pom.xml 2007-03-16 19:26:04 UTC (rev 89)
+++ trunk/richfaces-samples/richfaces-demo/pom.xml 2007-03-16 20:10:14 UTC (rev 90)
@@ -15,7 +15,18 @@
<groupId>org.richfaces</groupId>
<artifactId>richfaces</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ <scope>runtime</scope>
+ </dependency>
</dependencies>
<build>
<finalName>richfaces-demo</finalName>
Show replies by date