Skip to content

Commit d9ae2f0

Browse files
author
Robert Winkler
committed
MQTT progress
1 parent 64e651a commit d9ae2f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
dependencies {
2+
api(project(":kotlin-wot"))
3+
implementation("org.slf4j:slf4j-api:2.0.16")
4+
implementation("com.hivemq:hivemq-mqtt-client:1.3.3")
5+
testImplementation("ch.qos.logback:logback-classic:1.5.12")
6+
testImplementation("app.cash.turbine:turbine:1.2.0")
7+
testImplementation("org.testcontainers:testcontainers:1.20.3")
8+
}

0 commit comments

Comments
 (0)