| Line 47... |
Line 47... |
| 47 |
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
|
47 |
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
|
| 48 |
compile group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.3.3'
|
48 |
compile group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.3.3'
|
| 49 |
compile group: 'com.google.guava', name: 'guava', version: '11.0.2'
|
49 |
compile group: 'com.google.guava', name: 'guava', version: '11.0.2'
|
| 50 |
compile group: 'com.jcraft', name: 'jsch', version: '0.1.54'
|
50 |
compile group: 'com.jcraft', name: 'jsch', version: '0.1.54'
|
| 51 |
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
|
51 |
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
|
| - |
|
52 |
|
| - |
|
53 |
// Test dependencies
|
| - |
|
54 |
testImplementation 'junit:junit:4.13.2'
|
| - |
|
55 |
testImplementation 'org.mockito:mockito-core:3.12.4'
|
| - |
|
56 |
testImplementation 'org.springframework:spring-test:4.3.6.RELEASE'
|
| 52 |
// https://mvnrepository.com/artifact/com.google.zxing/core
|
57 |
// https://mvnrepository.com/artifact/com.google.zxing/core
|
| 53 |
implementation group: 'com.google.zxing', name: 'core', version: '3.4.1'
|
58 |
implementation group: 'com.google.zxing', name: 'core', version: '3.4.1'
|
| 54 |
// https://mvnrepository.com/artifact/com.googlecode.libphonenumber/libphonenumber
|
59 |
// https://mvnrepository.com/artifact/com.googlecode.libphonenumber/libphonenumber
|
| 55 |
implementation group: 'com.googlecode.libphonenumber', name: 'libphonenumber', version: '8.13.17'
|
60 |
implementation group: 'com.googlecode.libphonenumber', name: 'libphonenumber', version: '8.13.17'
|
| 56 |
// RabbitMQ
|
61 |
// RabbitMQ
|