From 00e54df15f95b60f72c2c7f4802506917c9c2c49 Mon Sep 17 00:00:00 2001 From: yxhwxn Date: Tue, 6 Aug 2024 10:40:59 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20JUnit=20=EC=9D=98=EC=A1=B4=EC=84=B1=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index eeccb5a..7a4277a 100644 --- a/build.gradle +++ b/build.gradle @@ -50,6 +50,7 @@ dependencies { runtimeOnly 'com.mysql:mysql-connector-j' annotationProcessor 'org.projectlombok:lombok' testImplementation 'org.springframework.boot:spring-boot-starter-test' + testImplementation 'junit:junit:4.13.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }