Skip to content
Snippets Groups Projects
Commit 13ffdd10 authored by Dominik Grzelak's avatar Dominik Grzelak
Browse files

jackson deps added

parent ec8c4be7
Branches
No related tags found
No related merge requests found
......@@ -25,6 +25,10 @@ dependencies {
implementation project(':common')
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.6'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.9.6'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.6'
// jUnit
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment