[#48] Tosspay mocking 서버 구현을 위한 멀티모듈 전환 #49

Merged
pricelees merged 39 commits from feat/#48 into main 2025-09-30 00:39:14 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 5b31672ebb - Show all commits

View File

@ -38,6 +38,7 @@ subprojects {
dependencies {
add("implementation", "io.github.oshai:kotlin-logging-jvm:7.0.3")
add("implementation", "io.kotest:kotest-runner-junit5:5.9.1")
}
tasks.withType<Test> {

View File

@ -43,7 +43,6 @@ dependencies {
testImplementation("com.ninja-squad:springmockk:4.0.2")
// Kotest
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.3.0")
// RestAssured
@ -55,6 +54,7 @@ dependencies {
// submodules
implementation(project(":common:config"))
implementation(project(":common:persistence"))
}
tasks.jar {