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' }