Author: mvitenkov
Date: 2008-07-11 12:24:14 -0400 (Fri, 11 Jul 2008)
New Revision: 9546
Modified:
trunk/test-applications/pom.xml
Log:
el-api dependence
Modified: trunk/test-applications/pom.xml
===================================================================
--- trunk/test-applications/pom.xml 2008-07-11 16:23:05 UTC (rev 9545)
+++ trunk/test-applications/pom.xml 2008-07-11 16:24:14 UTC (rev 9546)
@@ -96,6 +96,12 @@
<groupId>javax.servlet</groupId>
<version>2.5</version>
</dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<profiles>