Skip to content

Commit

Permalink
SAK-23732 - Centralize jstl version
Browse files Browse the repository at this point in the history
Thanks to Charles Hasegawa, Aaron Zeckoski, and Unicon for helping with this one!



git-svn-id: https://source.sakaiproject.org/svn/master/trunk@126293 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
gjthomas committed Jun 26, 2013
1 parent 6c9e3b8 commit 50bdb3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<sakai.hibernate.artifactId>hibernate-core</sakai.hibernate.artifactId>
<sakai.hibernate.version>3.6.10.Final</sakai.hibernate.version>
<sakai.jcr.version>1.0</sakai.jcr.version>
<sakai.jstl.version>1.1.2</sakai.jstl.version>
<sakai.pluto.version>1.1.7</sakai.pluto.version>
<sakai.quartz.version>1.8.6</sakai.quartz.version>
<sakai.servletapi.version>2.4</sakai.servletapi.version>
Expand Down Expand Up @@ -822,6 +823,12 @@
<version>${sakai.jsf.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>${sakai.jstl.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.sakaiproject.osp</groupId>
<artifactId>osp-depend-jsf-widgets-sun</artifactId>
Expand Down

0 comments on commit 50bdb3a

Please sign in to comment.