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

@@ -11,8 +11,7 @@ dependencies {
providedCompile "javax.servlet:javax.servlet-api:$servletApiVersion"
testCompile "junit:junit:$junitVersion",
"org.projectlombok:lombok:$lombokVersion"
testCompile "junit:junit:$junitVersion"
integrationTestCompile seleniumDependencies,
"org.assertj:assertj-core:$assertjVersion"