diff --git a/build.gradle b/build.gradle index 8d359787ce8628dbb4933c80c53d4a6d91fad470..0bdcc02bb2a5367c58f9bb20ef3f61c21057242b 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,8 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-jdbc' implementation 'org.mariadb.jdbc:mariadb-java-client:2.1.2' - compileOnly 'org.projectlombok:lombok' + testImplementation 'junit:junit:4.13.1' + compileOnly 'org.projectlombok:lombok' testImplementation 'org.projectlombok:lombok:1.18.28' compileOnly 'org.projectlombok:lombok' developmentOnly 'org.springframework.boot:spring-boot-devtools'