Externalize H2 database dependency version

This commit is contained in:
Vedran Pavic
2016-03-20 01:56:35 +01:00
parent 028e277fc9
commit b88f48f01d
4 changed files with 4 additions and 3 deletions

View File

@@ -21,3 +21,4 @@ assertjVersion=2.3.0
spockVersion=1.0-groovy-2.4
jstlVersion=1.2.1
groovyVersion=2.4.4
h2Version=1.4.191

View File

@@ -9,7 +9,7 @@ sonarqube {
dependencies {
compile project(':spring-session-jdbc'),
"org.springframework:spring-web:$springVersion",
"com.h2database:h2:1.4.191",
"com.h2database:h2:$h2Version",
jstlDependencies
providedCompile "javax.servlet:javax.servlet-api:$servletApiVersion"

View File

@@ -9,7 +9,7 @@ sonarqube {
dependencies {
compile project(':spring-session-jdbc'),
"org.springframework:spring-web:$springVersion",
"com.h2database:h2:1.4.191",
"com.h2database:h2:$h2Version",
jstlDependencies
providedCompile "javax.servlet:javax.servlet-api:$servletApiVersion"

View File

@@ -28,7 +28,7 @@ dependencies {
integrationTestCompile "redis.clients:jedis:2.4.1",
"org.apache.commons:commons-pool2:2.2",
"com.hazelcast:hazelcast-client:$hazelcastVersion",
"com.h2database:h2:1.4.191"
"com.h2database:h2:$h2Version"
integrationTestRuntime "org.springframework.shell:spring-shell:1.0.0.RELEASE"