Newer
Older
evaluationDependsOn(':commonbase')
evaluationDependsOn(':common')
dependencies {
compile project(':common'),
'fasterxml:jackson-core:+',
'fasterxml:jackson-annotations:+'
felmer
committed
testCompile project(path: ':common', configuration: 'tests'),
'fjelmer:classycle:+',
'reflections:reflections:+'