Skip to content

Commit

Permalink
refac: remove unused library and gradle update
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Sep 18, 2024
1 parent 339f32b commit e168116
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
18 changes: 0 additions & 18 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
10 changes: 0 additions & 10 deletions buildSrc/src/main/kotlin/DependencyVersion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
Expand Down

0 comments on commit e168116

Please sign in to comment.