Skip to content

Commit

Permalink
Update coordinates of JSP API dependency
Browse files Browse the repository at this point in the history
Update to use the new JSP API coordinates that make 2.2.1 available
  • Loading branch information
wilkinsona committed May 8, 2014
1 parent c09a77d commit b058170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ project("spring-js-tiles3") {
compile("org.springframework:spring-webmvc:$springVersion")
optional("javax.el:javax.el-api:2.2.4")
optional("javax.servlet:javax.servlet-api:3.0.1")
optional("javax.servlet.jsp:jsp-api:2.2")
optional("javax.servlet.jsp:javax.servlet.jsp-api:2.2.1")
optional("org.apache.tiles:tiles-request-api:1.0.1")
optional("org.apache.tiles:tiles-api:3.0.1")
optional("org.apache.tiles:tiles-core:3.0.1") {
Expand Down

0 comments on commit b058170

Please sign in to comment.