Author: dmorozov
Date: 2008-09-10 12:08:17 -0400 (Wed, 10 Sep 2008)
New Revision: 10401
Modified:
branches/3.2.x/samples/richfaces-demo/pom.xml
Log:
Replace unknown el-impl with reference implementation jar el-ri
Modified: branches/3.2.x/samples/richfaces-demo/pom.xml
===================================================================
--- branches/3.2.x/samples/richfaces-demo/pom.xml 2008-09-10 16:03:00 UTC (rev 10400)
+++ branches/3.2.x/samples/richfaces-demo/pom.xml 2008-09-10 16:08:17 UTC (rev 10401)
@@ -163,9 +163,10 @@
<version>1.0</version>
</dependency>
<dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
+ <groupId>javax.el</groupId>
+ <artifactId>el-ri</artifactId>
+ <version>1.2</version>
+ <!--scope>provided</scope-->
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Show replies by date