diff --git a/bundles/org.openhab.binding.boschindego/pom.xml b/bundles/org.openhab.binding.boschindego/pom.xml index 390bd13689719..ba2c1fc9e8e36 100644 --- a/bundles/org.openhab.binding.boschindego/pom.xml +++ b/bundles/org.openhab.binding.boschindego/pom.xml @@ -12,6 +12,10 @@ openHAB Add-ons :: Bundles :: Bosch Indego Binding + + httpclient-osgi,httpcore-osgi,commons-codec + + de.zazaz.iot.bosch.indego @@ -19,6 +23,24 @@ 0.8 compile + + org.apache.httpcomponents + httpclient-osgi + 4.5.5 + compile + + + org.apache.httpcomponents + httpcore-osgi + 4.4.9 + compile + + + commons-codec + commons-codec + 1.10 + compile +