|
@@ -58,6 +58,12 @@ ext.powerMockDependencies = [
|
|
"org.powermock:powermock-reflect:$powerMockVersion"
|
|
"org.powermock:powermock-reflect:$powerMockVersion"
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+ext.springCoreDependency = [
|
|
|
|
+ dependencies.create("org.springframework:spring-core:$springVersion") {
|
|
|
|
+ exclude(group: 'commons-logging', module: 'commons-logging')
|
|
|
|
+ }
|
|
|
|
+]
|
|
|
|
+
|
|
ext.jstlDependencies = [
|
|
ext.jstlDependencies = [
|
|
"javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:$jstlVersion",
|
|
"javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:$jstlVersion",
|
|
"org.apache.taglibs:taglibs-standard-jstlel:1.2.1"
|
|
"org.apache.taglibs:taglibs-standard-jstlel:1.2.1"
|
|
@@ -115,10 +121,6 @@ check.dependsOn integrationTest
|
|
dependencies {
|
|
dependencies {
|
|
optional 'commons-logging:commons-logging:1.1.1'
|
|
optional 'commons-logging:commons-logging:1.1.1'
|
|
|
|
|
|
- compile ("org.springframework:spring-core:$springVersion") {
|
|
|
|
- exclude(group: 'commons-logging', module: 'commons-logging')
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
testCompile 'junit:junit:4.11',
|
|
testCompile 'junit:junit:4.11',
|
|
'org.mockito:mockito-core:1.9.5',
|
|
'org.mockito:mockito-core:1.9.5',
|
|
"org.springframework:spring-test:$springVersion",
|
|
"org.springframework:spring-test:$springVersion",
|