mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-25 16:22:35 +03:00
move neko integration to sub-project
This commit is contained in:
7
edge-integration/build.gradle.kts
Normal file
7
edge-integration/build.gradle.kts
Normal file
@@ -0,0 +1,7 @@
|
||||
dependencies {
|
||||
implementation(rootProject.libs.springFramework.context)
|
||||
implementation(rootProject.libs.ktor.client.cio)
|
||||
implementation(rootProject.libs.ktor.client.core)
|
||||
|
||||
testImplementation(rootProject.libs.ktor.client.mock)
|
||||
}
|
||||
Reference in New Issue
Block a user