Skip to content

Commit

Permalink
NOJIRA add commons-el
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/sakai/branches/sakai-trunk-all@98997 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
arwhyte committed Oct 5, 2011
1 parent 005c4b6 commit bcf371d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion deploy/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,16 @@
</properties>

<dependencies>

<!-- Required by Tomcat 7. Can be dropped once it's confirmed that JSF-related tools are bundling it up in their webapps. -->
<dependency>
<groupId>commons-el</groupId>
<artifactId>commons-el</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>

<!-- incorporated jstl-shared-deploy pom -->
<!-- incorporated jstl-shared-deploy pom. Can be dropped once it's confirmed that JSF-related tools are bundling it up in their webapps. -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
Expand Down

0 comments on commit bcf371d

Please sign in to comment.