Author: schof
Date: Mon Jul 31 14:51:16 2006
New Revision: 427309
URL: http://svn.apache.org/viewvc?rev=427309&view=rev
Log:
Added a dependency for the EL-RI. The dependency info is a bit of a hack
(including the version) since the artifact is not available publicly at
ibiblio. I was able to get things working by grabbing the lib from the
glassfish distro and including it in my local repository.
Modified:
shale/sandbox/shale-petstore/pom.xml
Modified: shale/sandbox/shale-petstore/pom.xml
URL:
http://svn.apache.org/viewvc/shale/sandbox/shale-petstore/pom.xml?rev=427309&r1=427308&r2=427309&view=diff
==============================================================================
--- shale/sandbox/shale-petstore/pom.xml (original)
+++ shale/sandbox/shale-petstore/pom.xml Mon Jul 31 14:51:16 2006
@@ -167,7 +167,13 @@
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-ri</artifactId>
+ <version>1</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- provided deps -->
<dependency>
<groupId>javax.servlet</groupId>