Remove lombok from build.gradle

Issue gh-702
This commit is contained in:
Rob Winch
2017-01-11 15:40:02 -06:00
parent 0d6b62b7a9
commit 801f88d793
6 changed files with 5 additions and 11 deletions

View File

@@ -20,8 +20,7 @@ dependencies {
runtime "org.springframework.shell:spring-shell:1.1.0.RELEASE"
testCompile "junit:junit:$junitVersion",
"org.assertj:assertj-core:$assertjVersion",
"org.projectlombok:lombok:$lombokVersion"
"org.assertj:assertj-core:$assertjVersion"
integrationTestCompile seleniumDependencies