@@ -31,7 +31,7 @@ configure(allprojects) { project ->
3131 ext. eclipseLinkVersion = " 2.4.2"
3232 ext. ehcacheVersion = " 2.9.0"
3333 ext. ehcacheJCacheVersion = " 1.0.0"
34- ext. groovyVersion = " 2.3.7 "
34+ ext. groovyVersion = " 2.3.8 "
3535 ext. gsonVersion = " 2.3.1"
3636 ext. hibernate3Version = " 3.6.10.Final"
3737 ext. hibernate4Version = " 4.3.7.Final"
@@ -516,7 +516,7 @@ project("spring-tx") {
516516 compile(project(" :spring-beans" ))
517517 compile(project(" :spring-core" ))
518518 optional(project(" :spring-aop" ))
519- optional(project(" :spring-context" )) // for JCA, @EnableTransactionManagement
519+ optional(project(" :spring-context" )) // for JCA, @EnableTransactionManagement
520520 optional(" aopalliance:aopalliance:1.0" )
521521 optional(" javax.transaction:javax.transaction-api:1.2" )
522522 optional(" javax.resource:connector-api:1.5" )
@@ -591,7 +591,7 @@ project("spring-jdbc") {
591591 compile(project(" :spring-beans" ))
592592 compile(project(" :spring-core" ))
593593 compile(project(" :spring-tx" ))
594- optional(project(" :spring-context" )) // for JndiDataSourceLookup
594+ optional(project(" :spring-context" )) // for JndiDataSourceLookup
595595 optional(" javax.transaction:javax.transaction-api:1.2" )
596596 optional(" com.mchange:c3p0:0.9.2.1" )
597597 optional(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
@@ -608,8 +608,8 @@ project("spring-context-support") {
608608 compile(project(" :spring-core" ))
609609 compile(project(" :spring-beans" ))
610610 compile(project(" :spring-context" ))
611- optional(project(" :spring-jdbc" )) // for Quartz support
612- optional(project(" :spring-tx" )) // for Quartz support
611+ optional(project(" :spring-jdbc" )) // for Quartz support
612+ optional(project(" :spring-tx" )) // for Quartz support
613613 optional(" javax.mail:javax.mail-api:1.5.2" )
614614 optional(" javax.cache:cache-api:1.0.0" )
615615 optional(" com.google.guava:guava:18.0" )
@@ -628,8 +628,8 @@ project("spring-context-support") {
628628 }
629629 testCompile(project(" :spring-context" ))
630630 testCompile(" org.apache.poi:poi:3.10.1" )
631- testCompile(" commons-beanutils:commons-beanutils:1.8.0" ) // for Velocity/JasperReports
632- testCompile(" commons-digester:commons-digester:1.8.1" ) // for Velocity/JasperReports
631+ testCompile(" commons-beanutils:commons-beanutils:1.8.0" ) // for Velocity/JasperReports
632+ testCompile(" commons-digester:commons-digester:1.8.1" ) // for Velocity/JasperReports
633633 testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
634634 testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
635635 testCompile(" org.ehcache:jcache:${ ehcacheJCacheVersion} " )
@@ -660,12 +660,12 @@ project("spring-web") {
660660 }
661661
662662 dependencies {
663- compile(project(" :spring-aop" )) // for JaxWsPortProxyFactoryBean
664- compile(project(" :spring-beans" )) // for MultiPartFilter
663+ compile(project(" :spring-aop" )) // for JaxWsPortProxyFactoryBean
664+ compile(project(" :spring-beans" )) // for MultipartFilter
665665 compile(project(" :spring-context" ))
666666 compile(project(" :spring-core" ))
667667 provided(" javax.servlet:javax.servlet-api:3.0.1" )
668- optional(project(" :spring-oxm" )) // for MarshallingHttpMessageConverter
668+ optional(project(" :spring-oxm" )) // for MarshallingHttpMessageConverter
669669 optional(" javax.servlet.jsp:javax.servlet.jsp-api:2.2.1" )
670670 optional(" javax.portlet:portlet-api:2.0" )
671671 optional(" javax.el:javax.el-api:2.2.5" )
@@ -674,7 +674,7 @@ project("spring-web") {
674674 optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
675675 optional(" com.caucho:hessian:4.0.38" )
676676 optional(" commons-fileupload:commons-fileupload:1.3.1" )
677- optional(" org.apache.httpcomponents:httpclient:4.3.5 " )
677+ optional(" org.apache.httpcomponents:httpclient:4.3.6 " )
678678 optional(" org.apache.httpcomponents:httpasyncclient:4.0.2" )
679679 optional(" io.netty:netty-all:${ nettyVersion} " )
680680 optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
@@ -821,8 +821,8 @@ project("spring-webmvc") {
821821 compile(project(" :spring-expression" ))
822822 compile(project(" :spring-web" ))
823823 provided(" javax.servlet:javax.servlet-api:3.0.1" )
824- optional(project(" :spring-context-support" )) // for Velocity support
825- optional(project(" :spring-oxm" )) // for MarshallingView
824+ optional(project(" :spring-context-support" )) // for Velocity support
825+ optional(project(" :spring-oxm" )) // for MarshallingView
826826 optional(" javax.servlet.jsp:javax.servlet.jsp-api:2.2.1" )
827827 optional(" javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1" )
828828 optional(" net.sourceforge.jexcelapi:jxl:2.6.12" )
@@ -879,7 +879,7 @@ project("spring-webmvc") {
879879 }
880880 testCompile(" javax.validation:validation-api:1.0.0.GA" )
881881 testCompile(" org.hibernate:hibernate-validator:${ hibVal4Version} " )
882- testCompile(" org.apache.httpcomponents:httpclient:4.3.5 " )
882+ testCompile(" org.apache.httpcomponents:httpclient:4.3.6 " )
883883 testCompile(" commons-fileupload:commons-fileupload:1.3.1" )
884884 testCompile(" commons-io:commons-io:1.3" )
885885 testCompile(" joda-time:joda-time:${ jodaVersion} " )
@@ -1027,14 +1027,14 @@ project("spring-aspects") {
10271027 rt(" org.aspectj:aspectjrt:${ aspectjVersion} " )
10281028 compile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
10291029 provided(" org.eclipse.persistence:javax.persistence:2.0.0" )
1030- optional(project(" :spring-aop" )) // for @Async support
1031- optional(project(" :spring-beans" )) // for @Configurable support
1032- optional(project(" :spring-context" )) // for @Enable* support
1033- optional(project(" :spring-context-support" )) // for JavaMail and JSR-107 support
1034- optional(project(" :spring-orm" )) // for JPA exception translation support
1035- optional(project(" :spring-tx" )) // for JPA, @Transactional support
1030+ optional(project(" :spring-aop" )) // for @Async support
1031+ optional(project(" :spring-beans" )) // for @Configurable support
1032+ optional(project(" :spring-context" )) // for @Enable* support
1033+ optional(project(" :spring-context-support" )) // for JavaMail and JSR-107 support
1034+ optional(project(" :spring-orm" )) // for JPA exception translation support
1035+ optional(project(" :spring-tx" )) // for JPA, @Transactional support
10361036 optional(" javax.cache:cache-api:1.0.0" )
1037- testCompile(project(" :spring-core" )) // for CodeStyleAspect
1037+ testCompile(project(" :spring-core" )) // for CodeStyleAspect
10381038 testCompile(project(" :spring-test" ))
10391039 testCompile(" javax.mail:javax.mail-api:1.5.2" )
10401040 }
0 commit comments