Skip to content

Commit

Permalink
Added lombok annotation processor dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pwargulak committed Sep 25, 2024
1 parent 872b1a1 commit 8d91e8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dependency.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies {

compile "org.apache.poi:poi:3.15"
compile "org.apache.poi:poi-ooxml:3.15"
annotationProcessor 'org.projectlombok:lombok:1.18.22'

testCompile "com.github.tomakehurst:wiremock:1.58"
testCompile "com.jayway.restassured:rest-assured:2.7.0"
Expand All @@ -45,4 +46,5 @@ dependencies {
testCompile "org.powermock:powermock-module-junit4:2.0.4"
testCompile "org.springframework.boot:spring-boot-starter-test"
testCompile "nl.jqno.equalsverifier:equalsverifier:2.4"
testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
}

0 comments on commit 8d91e8e

Please sign in to comment.