Skip to content

Commit 6b9738f

Browse files
committed
Building against latest javax.el 2.2.x version
(cherry picked from commit f73a8ba)
1 parent 1120680 commit 6b9738f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ project("spring-beans") {
280280
compile(project(":spring-core"))
281281
compile(files(project(":spring-core").cglibRepackJar))
282282
optional("javax.inject:javax.inject:1")
283-
optional("javax.el:javax.el-api:2.2.4")
283+
optional("javax.el:javax.el-api:2.2.5")
284284
testCompile("log4j:log4j:1.2.17")
285285
}
286286
}
@@ -567,7 +567,7 @@ project("spring-web") {
567567
optional(project(":spring-oxm")) // for MarshallingHttpMessageConverter
568568
optional("javax.servlet.jsp:javax.servlet.jsp-api:2.2.1")
569569
optional("javax.portlet:portlet-api:2.0")
570-
optional("javax.el:javax.el-api:2.2.4")
570+
optional("javax.el:javax.el-api:2.2.5")
571571
optional("javax.faces:javax.faces-api:2.2")
572572
optional("aopalliance:aopalliance:1.0")
573573
optional("com.caucho:hessian:4.0.7")
@@ -779,7 +779,7 @@ project("spring-webmvc-tiles3") {
779779
provided("javax.servlet:javax.servlet-api:3.0.1")
780780
optional("javax.servlet.jsp:javax.servlet.jsp-api:2.2.1")
781781
optional("javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1")
782-
optional("javax.el:javax.el-api:2.2.4")
782+
optional("javax.el:javax.el-api:2.2.5")
783783
optional("org.apache.tiles:tiles-api:${tiles3Version}")
784784
optional("org.apache.tiles:tiles-core:${tiles3Version}") {
785785
exclude group: "org.slf4j", module: "jcl-over-slf4j"
@@ -842,7 +842,7 @@ project("spring-test") {
842842
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"
843843
}
844844
optional("javax.portlet:portlet-api:2.0")
845-
optional("javax.el:javax.el-api:2.2.4")
845+
optional("javax.el:javax.el-api:2.2.5")
846846
optional("org.eclipse.persistence:javax.persistence:2.0.0")
847847
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
848848
optional("org.hamcrest:hamcrest-core:1.3")
@@ -851,7 +851,7 @@ project("spring-test") {
851851
testCompile(project(":spring-context-support"))
852852
testCompile(project(":spring-oxm"))
853853
testCompile(project(":spring-webmvc-tiles3"))
854-
testCompile("javax.mail:mail:1.4.7")
854+
testCompile("javax.mail:javax.mail-api:1.4.7")
855855
testCompile("javax.ejb:ejb-api:3.0")
856856
testCompile("org.hibernate:hibernate-core:${hibernate3Version}") {
857857
exclude group: 'org.hibernate.javax.persistence', module: 'hibernate-jpa-2.0-api'

0 commit comments

Comments
 (0)