Skip to content

Commit acfd32e

Browse files
author
Robert Winkler
committed
Add Spring Boot starter
1 parent 48773dc commit acfd32e

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

kotlin-wot-integration-tests/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies {
1111
api(project(":kotlin-wot-reflection"))
1212
api(project(":kotlin-wot-spring-boot-starter"))
1313
implementation("ai.ancf.lmos:arc-azure-client:0.111.0")
14+
api("ai.ancf.lmos:arc-spring-boot-starter:0.111.0")
1415

1516
//implementation("dev.langchain4j:langchain4j-azure-open-ai:0.35.0")
1617
//implementation("dev.langchain4j:langchain4j:0.35.0")

kotlin-wot-spring-boot-starter/build.gradle.kts

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,9 @@ plugins {
66

77
dependencies {
88
api(project(":kotlin-wot"))
9-
compileOnly(project(":kotlin-wot-binding-http"))
10-
compileOnly(project(":kotlin-wot-binding-mqtt"))
119
implementation(project(":kotlin-wot-reflection"))
12-
implementation("ai.ancf.lmos:arc-agents:0.111.0")
13-
//implementation("ai.ancf.lmos:arc-langchain4j-client:0.111.0")
1410
api("org.springframework.boot:spring-boot-starter")
15-
implementation("org.springframework.boot:spring-boot-starter-logging")
16-
api("ai.ancf.lmos:arc-spring-boot-starter:0.111.0")
17-
18-
//implementation("dev.langchain4j:langchain4j-azure-open-ai:0.35.0")
19-
//implementation("dev.langchain4j:langchain4j:0.35.0")
20-
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3")
21-
implementation("org.testcontainers:testcontainers:1.20.3")
11+
api("org.springframework.boot:spring-boot-starter-logging")
12+
compileOnly(project(":kotlin-wot-binding-http"))
13+
compileOnly(project(":kotlin-wot-binding-mqtt"))
2214
}

0 commit comments

Comments
 (0)