diff --git a/bundles/org.openhab.binding.supla/pom.xml b/bundles/org.openhab.binding.supla/pom.xml
index 2eacd0ae8240d..9581287d30f0b 100644
--- a/bundles/org.openhab.binding.supla/pom.xml
+++ b/bundles/org.openhab.binding.supla/pom.xml
@@ -26,5 +26,43 @@
guava
21.0
+
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.4.2
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ 5.4.2
+ test
+
+
+ org.assertj
+ assertj-core
+ 3.11.1
+ test
+
+
+ org.mockito
+ mockito-core
+ 2.23.0
+ test
+
+
+ org.mockito
+ mockito-junit-jupiter
+ 2.23.0
+ test
+
+
+ io.github.glytching
+ junit-extensions
+ 2.3.0
+ test
+