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 edff49a commit d9ee4d7Copy full SHA for d9ee4d7
modules/hivemq-edge-module-file/build.gradle.kts
@@ -41,11 +41,10 @@ dependencies {
41
compileOnly(libs.slf4j.api)
42
43
testImplementation(libs.jackson.databind)
44
- testImplementation(libs.hivemq.edge.adapterSdk)
45
- testImplementation(libs.apache.commonsIO)
46
testImplementation(libs.junit.jupiter)
47
testImplementation(libs.assertj)
48
testImplementation(libs.mockito.junitJupiter)
+ testImplementation("com.hivemq:hivemq-edge")
49
}
50
51
tasks.test {
0 commit comments