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

@@ -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"