diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index a27e6e8..bf0cee4 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -10,6 +10,7 @@ Bundle-ManifestVersion: 2 Bundle-Description: This is the FritzboxTr064 binding of the open Home Aut omation Bus (openHAB) Import-Package: javax.net.ssl, + org.apache.commons.httpclient.params;version="3.1.0", org.apache.commons.lang, org.openhab.core.binding, org.openhab.core.events, @@ -27,7 +28,7 @@ Import-Package: javax.net.ssl, org.slf4j Export-Package: org.openhab.binding.fritzboxtr064 Bundle-DocURL: http://www.openhab.org -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Service-Component: OSGI-INF/binding.xml, OSGI-INF/genericbindingprovider.xml Bundle-ClassPath: lib/httpclient-4.4.1.jar, lib/httpcore-4.4.1.jar, diff --git a/OSGI-INF/binding.xml b/OSGI-INF/binding.xml index 520c409..afbecf8 100644 --- a/OSGI-INF/binding.xml +++ b/OSGI-INF/binding.xml @@ -1,7 +1,7 @@