Stub LokiAPIDatabase

This commit is contained in:
Niels Andriesse
2019-06-04 09:35:18 +10:00
parent 72f95dfff3
commit 8c45a9151f
3 changed files with 50 additions and 0 deletions

View File

@@ -153,6 +153,10 @@ dependencies {
exclude group: 'org.freemarker'
}
implementation "com.googlecode.libphonenumber:libphonenumber:8.10.7"
implementation "com.fasterxml.jackson.core:jackson-databind:2.9.8"
implementation "com.squareup.okhttp3:okhttp:3.12.1"
testImplementation 'junit:junit:4.12'
testImplementation 'org.assertj:assertj-core:3.11.1'
testImplementation 'org.mockito:mockito-core:1.9.5'