|
@@ -19,14 +19,17 @@ ext.ehcacheVersion = '2.9.0'
|
|
|
ext.gebVersion = '0.10.0'
|
|
|
ext.groovyVersion = '2.4.4'
|
|
|
ext.hsqlVersion = '2.3.2'
|
|
|
-ext.jacksonDatavindVersion = '2.4.4'
|
|
|
+ext.hibernateVersion = '5.0.11.Final'
|
|
|
+ext.hibernateValidatorVersion = '5.2.4.Final'
|
|
|
+ext.jacksonDatavindVersion = '2.8.3'
|
|
|
+ext.javaPersistenceVersion = '2.1.1'
|
|
|
ext.jettyVersion = '6.1.26'
|
|
|
ext.jstlVersion = '1.2.1'
|
|
|
ext.junitVersion = '4.12'
|
|
|
ext.logbackVersion = '1.1.2'
|
|
|
ext.powerMockVersion = '1.6.2'
|
|
|
ext.seleniumVersion = '2.44.0'
|
|
|
-ext.servletApiVersion = '3.0.1'
|
|
|
+ext.servletApiVersion = '3.1.0'
|
|
|
ext.slf4jVersion = '1.7.7'
|
|
|
ext.spockVersion = '0.7-groovy-2.0'
|
|
|
ext.springDataCommonsVersion = '1.12.2.RELEASE'
|
|
@@ -36,6 +39,7 @@ ext.springSessionVersion = '1.2.1.RELEASE'
|
|
|
ext.springBootVersion = '1.4.0.RELEASE'
|
|
|
ext.thymeleafVersion = '2.1.5.RELEASE'
|
|
|
ext.jsonassertVersion = '1.3.0'
|
|
|
+ext.validationApiVersion = '1.1.0.Final'
|
|
|
|
|
|
ext.spockDependencies = [
|
|
|
dependencies.create("org.spockframework:spock-spring:$spockVersion") {
|