| Line 20... |
Line 20... |
| 20 |
|
20 |
|
| 21 |
dependencies {
|
21 |
dependencies {
|
| 22 |
/*compile(group: 'org.apache.thrift', name: 'libthrift', version:'0.7.0') {
|
22 |
/*compile(group: 'org.apache.thrift', name: 'libthrift', version:'0.7.0') {
|
| 23 |
exclude(module: 'commons-codec')
|
23 |
exclude(module: 'commons-codec')
|
| 24 |
exclude(module: 'servlet-api')
|
24 |
exclude(module: 'servlet-api')
|
| 25 |
exclude(module: 'slf4j-simple')
|
25 |
exclude(module: 'slf4j-log4j12')
|
| 26 |
exclude(module: 'slf4j-api')
|
26 |
exclude(module: 'slf4j-api')
|
| 27 |
exclude(module: 'httpclient')
|
27 |
exclude(module: 'httpclient')
|
| 28 |
exclude(module: 'commons-lang')
|
28 |
exclude(module: 'commons-lang')
|
| 29 |
}*/
|
29 |
}*/
|
| 30 |
compile (project (':ThriftConfig')){
|
30 |
compile (project (':ThriftConfig')){
|
| 31 |
exclude(module: 'commons-codec')
|
31 |
exclude(module: 'commons-codec')
|
| 32 |
exclude(module: 'servlet-api')
|
32 |
exclude(module: 'servlet-api')
|
| - |
|
33 |
exclude(module: 'slf4j-log4j12')
|
| 33 |
exclude(module: 'slf4j-simple')
|
34 |
exclude(module: 'slf4j-simple')
|
| 34 |
exclude(module: 'slf4j-api')
|
35 |
exclude(module: 'slf4j-api')
|
| 35 |
exclude(module: 'httpclient')
|
36 |
exclude(module: 'httpclient')
|
| 36 |
exclude(module: 'commons-lang')
|
37 |
exclude(module: 'commons-lang')
|
| - |
|
38 |
exclude(module:'log4j-core')
|
| - |
|
39 |
exclude(module:'log4j-api')
|
| 37 |
}
|
40 |
}
|
| 38 |
//compile project (':ThriftConfig')//) {
|
41 |
//compile project (':ThriftConfig')//) {
|
| 39 |
//exclude(module: 'slf4j-simple')
|
42 |
//exclude(module: 'slf4j-simple')
|
| 40 |
//exclude(module: 'slf4j-api')
|
43 |
//exclude(module: 'slf4j-api')
|
| 41 |
//}
|
44 |
//}
|
| 42 |
compile group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
|
45 |
compile group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
|
| 43 |
compile group: 'javax.servlet.jsp', name: 'jsp-api', version:'2.2'
|
46 |
compile group: 'javax.servlet.jsp', name: 'jsp-api', version:'2.2'
|
| 44 |
//compile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.25'
|
47 |
//compile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.5'
|
| 45 |
compile group: 'org.slf4j', name: 'slf4j-simple', version:'1.7.25'
|
48 |
//compile group: 'org.slf4j', name: 'slf4j-log4j12', version:'1.7.5'
|
| - |
|
49 |
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.8.2'
|
| - |
|
50 |
// compile group: 'log4j', name: 'apache-log4j-extras', version: '1.2.17'
|
| - |
|
51 |
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.8.2'
|
| 46 |
compile(group: 'com.auth0', name: 'java-jwt', version:'3.1.0') {
|
52 |
compile(group: 'com.auth0', name: 'java-jwt', version:'3.1.0') {
|
| 47 |
exclude(module: 'jackson-databind')
|
53 |
exclude(module: 'jackson-databind')
|
| 48 |
}
|
54 |
}
|
| 49 |
compile group: 'javax.mail', name: 'mail', version:'1.4'
|
55 |
compile group: 'javax.mail', name: 'mail', version:'1.4'
|
| 50 |
compile group: 'commons-io', name: 'commons-io', version:'2.5'
|
56 |
compile group: 'commons-io', name: 'commons-io', version:'2.5'
|