File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
linkScmConnection = ' scm:git:git://github.com/spring-projects/spring-framework.git'
19
19
linkScmDevConnection = ' scm:git:ssh://git@github.com:spring-projects/spring-framework.git'
20
20
21
- moduleProjects = subprojects. findAll {
21
+ moduleProjects = subprojects. findAll {
22
22
! it. name. equals(' spring-build-src' ) && ! it. name. equals(' spring-framework-bom' )
23
23
}
24
24
}
@@ -123,7 +123,7 @@ configure(allprojects) { project ->
123
123
testCompile(" org.hamcrest:hamcrest-all:1.3" )
124
124
125
125
sniffer(" org.codehaus.mojo:animal-sniffer-ant-tasks:${ snifferVersion} " )
126
- javaApiSignature(" org.codehaus.mojo.signature:java16:1.1@signature" ) // as from JDK 6 update 18
126
+ javaApiSignature(" org.codehaus.mojo.signature:java16:1.1@signature" ) // API level from JDK 6 update 18
127
127
}
128
128
129
129
task copyJavaApiSignature(type : Copy ) {
@@ -459,7 +459,7 @@ project("spring-context") {
459
459
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
460
460
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
461
461
optional(" org.beanshell:bsh:2.0b4" )
462
- optional(" org.jruby:jruby:1.7.19 " )
462
+ optional(" org.jruby:jruby:1.7.22 " )
463
463
testCompile(" javax.inject:javax.inject-tck:1" )
464
464
testCompile(" commons-dbcp:commons-dbcp:1.4" )
465
465
testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
You can’t perform that action at this time.
0 commit comments