diff --git a/bundles/io/org.openhab.io.rest.lib/META-INF/MANIFEST.MF b/bundles/io/org.openhab.io.rest.lib/META-INF/MANIFEST.MF index bbcad4a9dcb..36cb99a8a2f 100644 --- a/bundles/io/org.openhab.io.rest.lib/META-INF/MANIFEST.MF +++ b/bundles/io/org.openhab.io.rest.lib/META-INF/MANIFEST.MF @@ -20,9 +20,9 @@ Bundle-ClassPath: lib/jackson-core-asl-1.9.2.jar, lib/atmosphere-compat-jbossweb-2.0.1.jar, lib/atmosphere-compat-tomcat-2.0.1.jar, lib/atmosphere-compat-tomcat7-2.0.1.jar, - lib/atmosphere-annotations-2.0.7.jar, - lib/atmosphere-jersey-2.0.7.jar, - lib/atmosphere-runtime-2.0.7.jar + lib/atmosphere-annotations-2.0.9.jar, + lib/atmosphere-jersey-2.0.9.jar, + lib/atmosphere-runtime-2.0.9.jar Import-Package: com.sun.jersey.api.core, com.sun.jersey.api.json, com.sun.jersey.core.osgi, diff --git a/bundles/io/org.openhab.io.rest.lib/build.properties b/bundles/io/org.openhab.io.rest.lib/build.properties index 4aa0344fa57..c57483a2ba5 100644 --- a/bundles/io/org.openhab.io.rest.lib/build.properties +++ b/bundles/io/org.openhab.io.rest.lib/build.properties @@ -14,6 +14,6 @@ bin.includes = META-INF/,\ lib/atmosphere-compat-jbossweb-2.0.1.jar,\ lib/atmosphere-compat-tomcat-2.0.1.jar,\ lib/atmosphere-compat-tomcat7-2.0.1.jar,\ - lib/atmosphere-annotations-2.0.7.jar,\ - lib/atmosphere-jersey-2.0.7.jar,\ - lib/atmosphere-runtime-2.0.7.jar + lib/atmosphere-annotations-2.0.9.jar,\ + lib/atmosphere-jersey-2.0.9.jar,\ + lib/atmosphere-runtime-2.0.9.jar diff --git a/bundles/io/org.openhab.io.rest.lib/lib/atmosphere-annotations-2.0.7.jar b/bundles/io/org.openhab.io.rest.lib/lib/atmosphere-annotations-2.0.9.jar similarity index 69% rename from bundles/io/org.openhab.io.rest.lib/lib/atmosphere-annotations-2.0.7.jar rename to bundles/io/org.openhab.io.rest.lib/lib/atmosphere-annotations-2.0.9.jar index 41cdee85f0b..80157c76cee 100644 Binary files a/bundles/io/org.openhab.io.rest.lib/lib/atmosphere-annotations-2.0.7.jar and b/bundles/io/org.openhab.io.rest.lib/lib/atmosphere-annotations-2.0.9.jar differ diff --git a/bundles/io/org.openhab.io.rest.lib/lib/atmosphere-jersey-2.0.7.jar b/bundles/io/org.openhab.io.rest.lib/lib/atmosphere-jersey-2.0.9.jar similarity index 82% rename from bundles/io/org.openhab.io.rest.lib/lib/atmosphere-jersey-2.0.7.jar rename to bundles/io/org.openhab.io.rest.lib/lib/atmosphere-jersey-2.0.9.jar index 52fbdabb97a..07179911a75 100644 Binary files a/bundles/io/org.openhab.io.rest.lib/lib/atmosphere-jersey-2.0.7.jar and b/bundles/io/org.openhab.io.rest.lib/lib/atmosphere-jersey-2.0.9.jar differ diff --git a/bundles/io/org.openhab.io.rest.lib/lib/atmosphere-runtime-2.0.7.jar b/bundles/io/org.openhab.io.rest.lib/lib/atmosphere-runtime-2.0.9.jar similarity index 70% rename from bundles/io/org.openhab.io.rest.lib/lib/atmosphere-runtime-2.0.7.jar rename to bundles/io/org.openhab.io.rest.lib/lib/atmosphere-runtime-2.0.9.jar index 1be9aadd2d7..63dfc893841 100644 Binary files a/bundles/io/org.openhab.io.rest.lib/lib/atmosphere-runtime-2.0.7.jar and b/bundles/io/org.openhab.io.rest.lib/lib/atmosphere-runtime-2.0.9.jar differ