|
@@ -91,6 +91,7 @@ subprojects {
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
compileOnly rootProject.ext.dependencies["lombok"]
|
|
compileOnly rootProject.ext.dependencies["lombok"]
|
|
|
|
+ testCompile rootProject.ext.dependencies["lombok"]
|
|
testCompile rootProject.ext.dependencies["junit"]
|
|
testCompile rootProject.ext.dependencies["junit"]
|
|
}
|
|
}
|
|
|
|
|