diff --git a/build.gradle b/build.gradle index 62d76901..95d21221 100644 --- a/build.gradle +++ b/build.gradle @@ -48,6 +48,7 @@ dependencies { compile('org.springframework.boot:spring-boot-starter-security') compile('joda-time:joda-time:2.10') compileOnly('org.projectlombok:lombok') + annotationProcessor 'org.projectlombok:lombok:1.18.6' runtime('com.h2database:h2') testCompile 'io.rest-assured:rest-assured:3.1.1' testCompile 'io.rest-assured:spring-mock-mvc:3.1.1'