We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04c5d5 commit 2eea8c9Copy full SHA for 2eea8c9
kotlin-wot-integration-wot-agent/build.gradle.kts
@@ -16,6 +16,10 @@ dependencies {
16
api(project(":kotlin-wot-spring-boot-starter"))
17
api(project(":kotlin-wot-lmos-protocol"))
18
api("ai.ancf.lmos:arc-spring-boot-starter:0.111.0")
19
+
20
+ implementation("org.springframework.boot:spring-boot-starter-web")
21
+ implementation("org.springframework.boot:spring-boot-starter-webflux")
22
23
implementation("ai.ancf.lmos:arc-azure-client:0.111.0")
24
}
25
0 commit comments