Skip to content

Commit 4170f32

Browse files
committed
removed lombok, no longer needed within project context
1 parent 3483617 commit 4170f32

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,13 @@ dependencies {
3232
implementation 'org.springframework.boot:spring-boot-starter-data-rest'
3333
implementation 'org.springframework.boot:spring-boot-starter-web'
3434

35-
compileOnly "org.projectlombok:lombok"
36-
annotationProcessor "org.projectlombok:lombok"
3735
developmentOnly 'org.springframework.boot:spring-boot-devtools'
3836
runtimeOnly 'com.h2database:h2'
3937

4038
testImplementation('org.springframework.boot:spring-boot-starter-test')
4139
testImplementation('org.junit.jupiter:junit-jupiter-api:5.7.2')
4240
testRuntime('org.junit.jupiter:junit-jupiter-engine:5.7.2')
4341
testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc'
44-
45-
46-
47-
4842
}
4943

5044
test {

0 commit comments

Comments
 (0)