1// shared module
2
3apply plugin: 'java'
4
5dependencies {
6    testCompile 'junit:junit:4.12'
7    testCompile project(':sharedtest')
8}
9// EOF
10