|
|
|
@ -60,7 +60,7 @@ configure(allprojects) { project -> |
|
|
|
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps |
|
|
|
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps |
|
|
|
ext.tiles3Version = "3.0.8" |
|
|
|
ext.tiles3Version = "3.0.8" |
|
|
|
ext.tomcatVersion = "8.5.30" |
|
|
|
ext.tomcatVersion = "8.5.30" |
|
|
|
ext.undertowVersion = "1.4.23.Final" |
|
|
|
ext.undertowVersion = "1.4.24.Final" |
|
|
|
|
|
|
|
|
|
|
|
ext.gradleScriptDir = "${rootProject.projectDir}/gradle" |
|
|
|
ext.gradleScriptDir = "${rootProject.projectDir}/gradle" |
|
|
|
|
|
|
|
|
|
|
|
@ -155,7 +155,6 @@ configure(allprojects) { project -> |
|
|
|
exclude module:'mockito-core' |
|
|
|
exclude module:'mockito-core' |
|
|
|
} |
|
|
|
} |
|
|
|
testCompile("org.hamcrest:hamcrest-all:1.3") |
|
|
|
testCompile("org.hamcrest:hamcrest-all:1.3") |
|
|
|
testCompile("org.xmlunit:xmlunit-matchers:2.3.0") |
|
|
|
|
|
|
|
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}") |
|
|
|
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}") |
|
|
|
testRuntime("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}") |
|
|
|
testRuntime("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}") |
|
|
|
testRuntime("org.apache.logging.log4j:log4j-jul:${log4jVersion}") |
|
|
|
testRuntime("org.apache.logging.log4j:log4j-jul:${log4jVersion}") |
|
|
|
|