gradle: update dependencies version
This commit is contained in:
@@ -5,12 +5,8 @@ dependencies {
|
||||
compile_excludeCopy project(':core')
|
||||
|
||||
/* Spring */
|
||||
compile (group: 'org.springframework', name: 'spring-jdbc', version: spring_version) {
|
||||
exclude group: 'commons-logging'
|
||||
}
|
||||
compile (group: 'org.springframework', name: 'spring-jdbc', version: spring_version)
|
||||
|
||||
/* Database */
|
||||
compile (group: 'com.h2database', name: 'h2', version: '1.4.196')
|
||||
|
||||
testCompile (group: 'org.springframework', name: 'spring-test', version: spring_version)
|
||||
compile (group: 'com.h2database', name: 'h2', version: '1.4.197')
|
||||
}
|
||||
Reference in New Issue
Block a user