Skip to content

Commit aaa2226

Browse files
chore(deps): add wot servient http binding dependency
1 parent 6ca1f91 commit aaa2226

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies {
4040
implementation(libs.kafka.json)
4141
implementation(libs.snakeyaml)
4242
implementation(libs.wot.servient)
43+
implementation(libs.wot.servient.binding.http)
4344
testImplementation(libs.junit.api)
4445
testRuntimeOnly(libs.junit.engine)
4546
}

gradle/libs.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[versions]
22
junit = "5.9.2"
3+
wot = "1.15"
34

45
[libraries]
56
azure-digital-twins = { module = "com.azure:azure-digitaltwins-core", version = "1.3.7" }
@@ -11,7 +12,8 @@ junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref
1112
kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "7.3.2-ce"}
1213
kafka-json = { module = "io.confluent:kafka-json-serializer", version = "7.3.2"}
1314
snakeyaml = { module = "org.yaml:snakeyaml", version = "1.21" }
14-
wot-servient = { module = "city.sane.wot-servient:wot-servient", version = "1.15" }
15+
wot-servient = { module = "city.sane.wot-servient:wot-servient", version.ref = "wot" }
16+
wot-servient-binding-http = { module = "city.sane.wot-servient:wot-servient-binding-http", version.ref = "wot"}
1517

1618
[bundles]
1719

0 commit comments

Comments
 (0)