@@ -441,7 +441,7 @@ project("spring-tx") {
441
441
compile(project(" :spring-beans" ))
442
442
compile(project(" :spring-core" ))
443
443
optional(project(" :spring-aop" ))
444
- optional(project(" :spring-context" )) // for JCA, @EnableTransactionManagement
444
+ optional(project(" :spring-context" )) // for JCA, @EnableTransactionManagement
445
445
optional(" aopalliance:aopalliance:1.0" )
446
446
optional(" javax.transaction:javax.transaction-api:1.2" )
447
447
optional(" javax.resource:connector-api:1.5" )
@@ -516,7 +516,7 @@ project("spring-jdbc") {
516
516
compile(project(" :spring-beans" ))
517
517
compile(project(" :spring-core" ))
518
518
compile(project(" :spring-tx" ))
519
- optional(project(" :spring-context" )) // for JndiDataSourceLookup
519
+ optional(project(" :spring-context" )) // for JndiDataSourceLookup
520
520
optional(" javax.transaction:javax.transaction-api:1.2" )
521
521
optional(" com.mchange:c3p0:0.9.2.1" )
522
522
optional(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
@@ -533,8 +533,8 @@ project("spring-context-support") {
533
533
compile(project(" :spring-core" ))
534
534
compile(project(" :spring-beans" ))
535
535
compile(project(" :spring-context" ))
536
- optional(project(" :spring-jdbc" )) // for Quartz support
537
- optional(project(" :spring-tx" )) // for Quartz support
536
+ optional(project(" :spring-jdbc" )) // for Quartz support
537
+ optional(project(" :spring-tx" )) // for Quartz support
538
538
optional(" javax.mail:javax.mail-api:1.4.7" )
539
539
optional(" javax.cache:cache-api:1.0.0" )
540
540
optional(" com.google.guava:guava:17.0" )
@@ -550,8 +550,8 @@ project("spring-context-support") {
550
550
exclude group : " xml-apis" , module : " xml-apis"
551
551
}
552
552
testCompile(" org.apache.poi:poi:3.10.1" )
553
- testCompile(" commons-beanutils:commons-beanutils:1.8.0" ) // for Velocity/JasperReports
554
- testCompile(" commons-digester:commons-digester:1.8.1" ) // for Velocity/JasperReports
553
+ testCompile(" commons-beanutils:commons-beanutils:1.8.0" ) // for Velocity/JasperReports
554
+ testCompile(" commons-digester:commons-digester:1.8.1" ) // for Velocity/JasperReports
555
555
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
556
556
testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
557
557
testRuntime(" com.sun.mail:javax.mail:1.4.7" )
@@ -565,20 +565,20 @@ project("spring-web") {
565
565
description = " Spring Web"
566
566
567
567
dependencies {
568
- compile(project(" :spring-aop" )) // for JaxWsPortProxyFactoryBean
569
- compile(project(" :spring-beans" )) // for MultiPartFilter
568
+ compile(project(" :spring-aop" )) // for JaxWsPortProxyFactoryBean
569
+ compile(project(" :spring-beans" )) // for MultipartFilter
570
570
compile(project(" :spring-context" ))
571
571
compile(project(" :spring-core" ))
572
572
provided(" javax.servlet:javax.servlet-api:3.0.1" )
573
- optional(project(" :spring-oxm" )) // for MarshallingHttpMessageConverter
573
+ optional(project(" :spring-oxm" )) // for MarshallingHttpMessageConverter
574
574
optional(" javax.servlet.jsp:javax.servlet.jsp-api:2.2.1" )
575
575
optional(" javax.portlet:portlet-api:2.0" )
576
576
optional(" javax.el:javax.el-api:2.2.5" )
577
577
optional(" javax.faces:javax.faces-api:2.2" )
578
578
optional(" aopalliance:aopalliance:1.0" )
579
579
optional(" com.caucho:hessian:4.0.7" )
580
580
optional(" commons-fileupload:commons-fileupload:1.3.1" )
581
- optional(" org.apache.httpcomponents:httpclient:4.3.5 " )
581
+ optional(" org.apache.httpcomponents:httpclient:4.3.6 " )
582
582
optional(" org.apache.httpcomponents:httpasyncclient:4.0.2" )
583
583
optional(" org.codehaus.jackson:jackson-mapper-asl:${ jackson1Version} " )
584
584
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
@@ -711,8 +711,8 @@ project("spring-webmvc") {
711
711
compile(project(" :spring-expression" ))
712
712
compile(project(" :spring-web" ))
713
713
provided(" javax.servlet:javax.servlet-api:3.0.1" )
714
- optional(project(" :spring-context-support" )) // for Velocity support
715
- optional(project(" :spring-oxm" )) // for MarshallingView
714
+ optional(project(" :spring-context-support" )) // for Velocity support
715
+ optional(project(" :spring-oxm" )) // for MarshallingView
716
716
optional(" javax.servlet.jsp:javax.servlet.jsp-api:2.2.1" )
717
717
optional(" javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1" )
718
718
optional(" net.sourceforge.jexcelapi:jxl:2.6.12" )
@@ -764,7 +764,7 @@ project("spring-webmvc") {
764
764
}
765
765
testCompile(" javax.validation:validation-api:1.0.0.GA" )
766
766
testCompile(" org.hibernate:hibernate-validator:${ hibVal4Version} " )
767
- testCompile(" org.apache.httpcomponents:httpclient:4.3.5 " )
767
+ testCompile(" org.apache.httpcomponents:httpclient:4.3.6 " )
768
768
testCompile(" commons-fileupload:commons-fileupload:1.3.1" )
769
769
testCompile(" commons-io:commons-io:1.3" )
770
770
testCompile(" joda-time:joda-time:${ jodaVersion} " )
@@ -915,13 +915,13 @@ project("spring-aspects") {
915
915
rt(" org.aspectj:aspectjrt:${ aspectjVersion} " )
916
916
compile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
917
917
provided(" org.eclipse.persistence:javax.persistence:2.0.0" )
918
- optional(project(" :spring-aop" )) // for @Async support
919
- optional(project(" :spring-beans" )) // for @Configurable support
920
- optional(project(" :spring-context" )) // for @Enable* support
921
- optional(project(" :spring-context-support" )) // for JavaMail support
922
- optional(project(" :spring-orm" )) // for JPA exception translation support
923
- optional(project(" :spring-tx" )) // for JPA, @Transactional support
924
- testCompile(project(" :spring-core" )) // for CodeStyleAspect
918
+ optional(project(" :spring-aop" )) // for @Async support
919
+ optional(project(" :spring-beans" )) // for @Configurable support
920
+ optional(project(" :spring-context" )) // for @Enable* support
921
+ optional(project(" :spring-context-support" )) // for JavaMail support
922
+ optional(project(" :spring-orm" )) // for JPA exception translation support
923
+ optional(project(" :spring-tx" )) // for JPA, @Transactional support
924
+ testCompile(project(" :spring-core" )) // for CodeStyleAspect
925
925
testCompile(project(" :spring-test" ))
926
926
testCompile(" javax.mail:javax.mail-api:1.4.7" )
927
927
}
@@ -1157,7 +1157,7 @@ configure(rootProject) {
1157
1157
}
1158
1158
}
1159
1159
1160
- // Create an distribution that contains all dependencies (required and optional).
1160
+ // Create a distribution that contains all dependencies (required and optional).
1161
1161
// Not published by default; only for use when building from source.
1162
1162
task depsZip(type : Zip , dependsOn : distZip) { zipTask ->
1163
1163
group = " Distribution"
0 commit comments