2026-08-17 15:31:27 +08:00
|
|
|
dependencies {
|
|
|
|
|
api project(':platform:platform-integration')
|
|
|
|
|
implementation project(':platform:platform-web')
|
|
|
|
|
|
|
|
|
|
testImplementation 'org.wiremock:wiremock-standalone:3.9.1'
|
|
|
|
|
testImplementation 'com.ninja-squad:springmockk:5.0.1'
|
|
|
|
|
}
|