Skip to content

Commit d9ee4d7

Browse files
committed
Dependency missing in file-adapter
1 parent edff49a commit d9ee4d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/hivemq-edge-module-file/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ dependencies {
4141
compileOnly(libs.slf4j.api)
4242

4343
testImplementation(libs.jackson.databind)
44-
testImplementation(libs.hivemq.edge.adapterSdk)
45-
testImplementation(libs.apache.commonsIO)
4644
testImplementation(libs.junit.jupiter)
4745
testImplementation(libs.assertj)
4846
testImplementation(libs.mockito.junitJupiter)
47+
testImplementation("com.hivemq:hivemq-edge")
4948
}
5049

5150
tasks.test {

0 commit comments

Comments
 (0)