dependencies { compile project(':common'), 'com.fasterxml.jackson.core:jackson-core:2.0.2', 'com.fasterxml.jackson.core:jackson-annotations:2.0.2' testCompile project(path: ':common', configuration: 'tests') }