generated from pricelees/issue-pr-template
[#48] Tosspay mocking 서버 구현을 위한 멀티모듈 전환 #49
@ -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> {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user