From e1681167762304a19593876a450653f345e1a8e6 Mon Sep 17 00:00:00 2001 From: DongGeon0908 Date: Wed, 18 Sep 2024 12:33:09 +0900 Subject: [PATCH] refac: remove unused library and gradle update --- build.gradle.kts | 18 ------------------ buildSrc/src/main/kotlin/DependencyVersion.kt | 10 ---------- gradlew | 2 +- 3 files changed, 1 insertion(+), 29 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 03d8e48..9c6016c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -91,24 +91,6 @@ dependencies { /** aws */ implementation("com.amazonaws:aws-java-sdk-s3:${DependencyVersion.AWS_S3_SDK_VERSION}") - - /** test */ - testImplementation("org.springframework.boot:spring-boot-starter-test") - testImplementation("io.projectreactor:reactor-test") - testRuntimeOnly("org.junit.platform:junit-platform-launcher") - testImplementation("org.springframework.boot:spring-boot-starter-test") - testImplementation("org.testcontainers:mysql:${DependencyVersion.TEST_CONTAINER_MYSQL}") - testImplementation("com.github.gavlyukovskiy:p6spy-spring-boot-starter:${DependencyVersion.P6SPY_LOG}") - testImplementation("ch.qos.logback:logback-classic:${DependencyVersion.LOGBACK_CLASSIC}") - testImplementation("io.mockk:mockk:${DependencyVersion.MOCKK}") - - /** kotest */ - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test") - testImplementation("io.kotest:kotest-runner-junit5:${DependencyVersion.KOTEST}") - testImplementation("io.kotest:kotest-assertions-core:${DependencyVersion.KOTEST}") - testImplementation("io.kotest:kotest-property:${DependencyVersion.KOTEST}") - testImplementation("io.kotest:kotest-framework-datatest-jvm:${DependencyVersion.KOTEST}") - testImplementation("io.kotest.extensions:kotest-extensions-spring:${DependencyVersion.KOTEST_EXTENSION}") } defaultTasks("bootRun") diff --git a/buildSrc/src/main/kotlin/DependencyVersion.kt b/buildSrc/src/main/kotlin/DependencyVersion.kt index 0f3c43b..38884c2 100644 --- a/buildSrc/src/main/kotlin/DependencyVersion.kt +++ b/buildSrc/src/main/kotlin/DependencyVersion.kt @@ -16,14 +16,4 @@ object DependencyVersion { /** aws */ const val AWS_S3_SDK_VERSION = "1.12.351" - - /** test */ - const val TEST_CONTAINER_MYSQL = "1.19.8" - const val P6SPY_LOG = "1.9.1" - const val LOGBACK_CLASSIC = "1.5.6" - const val MOCKK = "1.13.11" - - /** kotest */ - const val KOTEST = "5.9.0" - const val KOTEST_EXTENSION = "1.1.3" } diff --git a/gradlew b/gradlew index b740cf1..1aa94a4 100755 --- a/gradlew +++ b/gradlew @@ -55,7 +55,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/.