|
@@ -81,17 +81,23 @@ project(':common'){
|
|
exclude module: 'spring-core'
|
|
exclude module: 'spring-core'
|
|
exclude module: 'spring-web'
|
|
exclude module: 'spring-web'
|
|
}
|
|
}
|
|
- compile 'org.apache.logging.log4j:log4j-api:2.17.2'
|
|
|
|
|
|
+ compile ('org.apache.logging.log4j:log4j-api:2.17.2'){
|
|
|
|
+ force = true
|
|
|
|
+ }
|
|
compile 'org.apache.logging.log4j:log4j-core:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-core:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-web:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-web:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-1.2-api:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-1.2-api:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.2'
|
|
compile 'com.sun.xml.bind:jaxb-impl:3.0.2'
|
|
compile 'com.sun.xml.bind:jaxb-impl:3.0.2'
|
|
- compile 'org.apache.commons:commons-lang3:3.12.0'
|
|
|
|
|
|
+ compile ('org.apache.commons:commons-lang3:3.12.0'){
|
|
|
|
+ force = true
|
|
|
|
+ }
|
|
// https://mvnrepository.com/artifact/ognl/ognl
|
|
// https://mvnrepository.com/artifact/ognl/ognl
|
|
- compile 'ognl:ognl:3.1.12'
|
|
|
|
|
|
+ compile 'ognl:ognl:3.1.29'
|
|
// https://mvnrepository.com/artifact/org.freemarker/freemarker
|
|
// https://mvnrepository.com/artifact/org.freemarker/freemarker
|
|
- compile 'org.freemarker:freemarker:2.3.23'
|
|
|
|
|
|
+ compile ('org.freemarker:freemarker:2.3.23'){
|
|
|
|
+ force = true
|
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|
compileOnly "javax.servlet:javax.servlet-api:3.1.0"
|
|
compileOnly "javax.servlet:javax.servlet-api:3.1.0"
|
|
@@ -102,6 +108,7 @@ project(':common'){
|
|
compile.exclude module: 'servlet-api'
|
|
compile.exclude module: 'servlet-api'
|
|
compile.exclude module: 'log4j'
|
|
compile.exclude module: 'log4j'
|
|
compile.exclude module: 'slf4j-log4j12'
|
|
compile.exclude module: 'slf4j-log4j12'
|
|
|
|
+ compile.exclude module: 'commons-io'
|
|
}
|
|
}
|
|
|
|
|
|
configurations.compile.resolutionStrategy{
|
|
configurations.compile.resolutionStrategy{
|
|
@@ -131,11 +138,15 @@ project(':web-cluster'){
|
|
compile 'org.apache.logging.log4j:log4j-1.2-api:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-1.2-api:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.2'
|
|
compile 'com.sun.xml.bind:jaxb-impl:3.0.2'
|
|
compile 'com.sun.xml.bind:jaxb-impl:3.0.2'
|
|
- compile 'org.apache.commons:commons-lang3:3.12.0'
|
|
|
|
|
|
+ compile ('org.apache.commons:commons-lang3:3.12.0'){
|
|
|
|
+ force = true
|
|
|
|
+ }
|
|
// https://mvnrepository.com/artifact/ognl/ognl
|
|
// https://mvnrepository.com/artifact/ognl/ognl
|
|
- compile 'ognl:ognl:3.1.12'
|
|
|
|
|
|
+ compile 'ognl:ognl:3.1.29'
|
|
// https://mvnrepository.com/artifact/org.freemarker/freemarker
|
|
// https://mvnrepository.com/artifact/org.freemarker/freemarker
|
|
- compile 'org.freemarker:freemarker:2.3.23'
|
|
|
|
|
|
+ compile ('org.freemarker:freemarker:2.3.23'){
|
|
|
|
+ force = true
|
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|
compileOnly "javax.servlet:javax.servlet-api:3.1.0"
|
|
compileOnly "javax.servlet:javax.servlet-api:3.1.0"
|
|
@@ -173,11 +184,15 @@ project(':web-clis'){
|
|
compile 'org.apache.logging.log4j:log4j-1.2-api:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-1.2-api:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.2'
|
|
compile 'com.sun.xml.bind:jaxb-impl:3.0.2'
|
|
compile 'com.sun.xml.bind:jaxb-impl:3.0.2'
|
|
- compile 'org.apache.commons:commons-lang3:3.12.0'
|
|
|
|
|
|
+ compile ('org.apache.commons:commons-lang3:3.12.0'){
|
|
|
|
+ force = true
|
|
|
|
+ }
|
|
// https://mvnrepository.com/artifact/ognl/ognl
|
|
// https://mvnrepository.com/artifact/ognl/ognl
|
|
- compile 'ognl:ognl:3.1.12'
|
|
|
|
|
|
+ compile 'ognl:ognl:3.1.29'
|
|
// https://mvnrepository.com/artifact/org.freemarker/freemarker
|
|
// https://mvnrepository.com/artifact/org.freemarker/freemarker
|
|
- compile 'org.freemarker:freemarker:2.3.23'
|
|
|
|
|
|
+ compile ('org.freemarker:freemarker:2.3.23'){
|
|
|
|
+ force = true
|
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|
compileOnly "javax.servlet:javax.servlet-api:3.1.0"
|
|
compileOnly "javax.servlet:javax.servlet-api:3.1.0"
|
|
@@ -215,11 +230,15 @@ project(':web-edi'){
|
|
compile 'org.apache.logging.log4j:log4j-1.2-api:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-1.2-api:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.2'
|
|
compile 'com.sun.xml.bind:jaxb-impl:3.0.2'
|
|
compile 'com.sun.xml.bind:jaxb-impl:3.0.2'
|
|
- compile 'org.apache.commons:commons-lang3:3.12.0'
|
|
|
|
|
|
+ compile ('org.apache.commons:commons-lang3:3.12.0'){
|
|
|
|
+ force = true
|
|
|
|
+ }
|
|
// https://mvnrepository.com/artifact/ognl/ognl
|
|
// https://mvnrepository.com/artifact/ognl/ognl
|
|
- compile 'ognl:ognl:3.1.12'
|
|
|
|
|
|
+ compile 'ognl:ognl:3.1.29'
|
|
// https://mvnrepository.com/artifact/org.freemarker/freemarker
|
|
// https://mvnrepository.com/artifact/org.freemarker/freemarker
|
|
- compile 'org.freemarker:freemarker:2.3.23'
|
|
|
|
|
|
+ compile ('org.freemarker:freemarker:2.3.23'){
|
|
|
|
+ force = true
|
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|
compileOnly "javax.servlet:javax.servlet-api:3.1.0"
|
|
compileOnly "javax.servlet:javax.servlet-api:3.1.0"
|