From 84dfad0b3accd6e67ee3534e4904e677107b3a9c Mon Sep 17 00:00:00 2001 From: hyeonjaez Date: Wed, 18 Sep 2024 15:06:19 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20h2=20?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=84=B0=EB=B2=A0=EC=9D=B4=EC=8A=A4=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index 8f0f5ce..af90392 100644 --- a/build.gradle +++ b/build.gradle @@ -56,11 +56,8 @@ dependencies { runtimeOnly 'com.mysql:mysql-connector-j' testImplementation 'com.h2database:h2' - testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }