From ca6cf2589c2a91490b53330e6b811f141c2953b9 Mon Sep 17 00:00:00 2001 From: J-N-K Date: Sat, 4 Apr 2020 20:14:46 +0200 Subject: [PATCH] [boschindigo] Fix dependency version for indego library (#7288) Signed-off-by: Jan N. Klug Signed-off-by: Daan Meijer --- .../org.openhab.binding.boschindego/pom.xml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) 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 +