| Line 24... |
Line 24... |
| 24 |
exclude(module: 'slf4j-log4j12')
|
24 |
exclude(module: 'slf4j-log4j12')
|
| 25 |
exclude(module: 'slf4j-api')
|
25 |
exclude(module: 'slf4j-api')
|
| 26 |
exclude(module: 'httpclient')
|
26 |
exclude(module: 'httpclient')
|
| 27 |
exclude(module: 'commons-lang')
|
27 |
exclude(module: 'commons-lang')
|
| 28 |
}*/
|
28 |
}*/
|
| 29 |
compile (project (':ThriftConfig')){
|
- |
|
| 30 |
exclude(module: 'commons-codec')
|
- |
|
| 31 |
exclude(module: 'servlet-api')
|
- |
|
| 32 |
exclude(module: 'slf4j-log4j12')
|
- |
|
| 33 |
exclude(module: 'slf4j-simple')
|
- |
|
| 34 |
exclude(module: 'slf4j-api')
|
- |
|
| 35 |
exclude(module: 'httpclient')
|
- |
|
| 36 |
exclude(module: 'commons-lang')
|
- |
|
| 37 |
exclude(module:'log4j-core')
|
- |
|
| 38 |
exclude(module:'log4j-api')
|
- |
|
| 39 |
}
|
- |
|
| 40 |
//compile project (':ThriftConfig')//) {
|
- |
|
| 41 |
//exclude(module: 'slf4j-simple')
|
- |
|
| 42 |
//exclude(module: 'slf4j-api')
|
- |
|
| 43 |
//}
|
- |
|
| 44 |
compile group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
|
29 |
compile group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
|
| 45 |
compile group: 'javax.servlet.jsp', name: 'jsp-api', version:'2.2'
|
30 |
compile group: 'javax.servlet.jsp', name: 'jsp-api', version:'2.2'
|
| 46 |
compile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.5'
|
31 |
compile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.5'
|
| 47 |
compile group: 'org.slf4j', name: 'slf4j-log4j12', version:'1.7.5'
|
32 |
compile group: 'org.slf4j', name: 'slf4j-log4j12', version:'1.7.5'
|
| 48 |
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0'
|
33 |
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0'
|