]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.rest/META-INF/MANIFEST.MF
Revert jersey and jackson back to versions that work with JDK8
[simantics/platform.git] / bundles / org.simantics.scl.rest / META-INF / MANIFEST.MF
index dd0d78bf300b9cb8c74b2650e1e88262d19de1b1..55f5c53f444b334926e4211b1ae591c462178e3b 100644 (file)
@@ -4,27 +4,34 @@ Bundle-Name: Simantics SCL REST-Server
 Bundle-SymbolicName: org.simantics.scl.rest
 Bundle-Version: 1.0.0.qualifier
 Bundle-Activator: org.simantics.scl.rest.Activator
-Require-Bundle: org.glassfish.jersey.core.jersey-server,
+Require-Bundle: org.glassfish.jersey.core.jersey-server;bundle-version="[2.25.1,2.26.0)",
  org.simantics.scl.compiler,
  org.simantics.scl.osgi,
- org.glassfish.jersey.containers.jersey-container-servlet-core,
+ org.glassfish.jersey.containers.jersey-container-servlet-core;bundle-version="[2.25.1,2.26.0)",
  javax.servlet-api,
  org.eclipse.jetty.servlet;bundle-version="9.4.24",
  org.eclipse.jetty.server;bundle-version="9.4.24",
  org.eclipse.jetty.util;bundle-version="9.4.24",
  org.eclipse.jetty.io;bundle-version="9.4.24",
- com.fasterxml.jackson.core.jackson-core;bundle-version="2.8.8",
- com.fasterxml.jackson.core.jackson-annotations;bundle-version="2.8.0",
- com.fasterxml.jackson.core.jackson-databind;bundle-version="2.8.8",
- org.glassfish.jersey.media.jersey-media-json-jackson;bundle-version="2.25.1",
- org.glassfish.jersey.media.jersey-media-multipart;bundle-version="2.25.1",
+ com.fasterxml.jackson.core.jackson-core;bundle-version="[2.8.11,2.9.0)",
+ com.fasterxml.jackson.core.jackson-annotations;bundle-version="[2.8.11,2.9.0)",
+ com.fasterxml.jackson.core.jackson-databind;bundle-version="[2.8.11,2.9.0)",
+ org.glassfish.jersey.media.jersey-media-json-jackson;bundle-version="[2.25.1,2.26.0)",
+ org.glassfish.jersey.media.jersey-media-multipart;bundle-version="[2.25.1,2.26.0)",
  org.slf4j.api,
  org.jvnet.mimepull;bundle-version="1.9.6",
- org.glassfish.jersey.core.jersey-client,
- org.glassfish.jersey.core.jersey-common;bundle-version="2.25.1",
+ org.glassfish.jersey.core.jersey-client;bundle-version="[2.25.1,2.26.0)",
+ org.glassfish.jersey.core.jersey-common;bundle-version="[2.25.1,2.26.0)",
  org.simantics.scl.runtime,
  org.eclipse.osgi;bundle-version="3.15.100",
- javax.ws.rs-api
+ javax.ws.rs-api,
+ org.glassfish.hk2.external.aopalliance-repackaged;bundle-version="2.5.0",
+ org.glassfish.jersey.bundles.repackaged.jersey-guava;bundle-version="[2.25.1,2.26.0)",
+ org.glassfish.hk2.api;bundle-version="2.5.0",
+ org.glassfish.hk2.locator;bundle-version="2.5.0",
+ org.glassfish.hk2.osgi-resource-locator;bundle-version="1.0.1",
+ org.glassfish.hk2.utils;bundle-version="2.5.0",
+ javassist;bundle-version="3.22.0"
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
 Automatic-Module-Name: org.simantics.scl.rest