Remove unused dependency

This commit is contained in:
Andrei Isvoran 2024-07-03 13:21:39 +03:00
parent 1d76ad3f86
commit 1b74fb886f

View File

@ -29,7 +29,6 @@ dependencies {
api("org.springframework.cloud:spring-cloud-starter-openfeign:${springCloudVersion}")
api("org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}")
api("org.projectlombok:lombok:${lombokVersion}")
runtimeOnly("org.springframework.boot:spring-boot-devtools:${springBootVersion}")
testImplementation("org.springframework.boot:spring-boot-starter-test:${springBootVersion}")
}