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

@@ -29,8 +29,7 @@ dependencies {
runtime "org.springframework.shell:spring-shell:1.1.0.RELEASE"
testCompile "org.springframework.boot:spring-boot-starter-test",
"org.projectlombok:lombok:$lombokVersion"
testCompile "org.springframework.boot:spring-boot-starter-test"
integrationTestCompile seleniumDependencies