Added Jackson dependency.

This commit is contained in:
Jonathan Bernard
2015-06-27 10:45:20 -05:00
parent f7d3c382d5
commit 695a145e75
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ dependencies {
compile 'ch.qos.logback:logback-classic:1.1.2'
compile 'com.jdbernard:jdb-util:3.5'
compile 'commons-codec:commons-codec:1.10'
compile 'com.fasterxml.jackson.core:jackson-databind:2.4.4'
testCompile 'junit:junit:4.12'
}