]> gerrit.simantics Code Review - simantics/platform.git/blob - 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
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Simantics SCL REST-Server
4 Bundle-SymbolicName: org.simantics.scl.rest
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.scl.rest.Activator
7 Require-Bundle: org.glassfish.jersey.core.jersey-server;bundle-version="[2.25.1,2.26.0)",
8  org.simantics.scl.compiler,
9  org.simantics.scl.osgi,
10  org.glassfish.jersey.containers.jersey-container-servlet-core;bundle-version="[2.25.1,2.26.0)",
11  javax.servlet-api,
12  org.eclipse.jetty.servlet;bundle-version="9.4.24",
13  org.eclipse.jetty.server;bundle-version="9.4.24",
14  org.eclipse.jetty.util;bundle-version="9.4.24",
15  org.eclipse.jetty.io;bundle-version="9.4.24",
16  com.fasterxml.jackson.core.jackson-core;bundle-version="[2.8.11,2.9.0)",
17  com.fasterxml.jackson.core.jackson-annotations;bundle-version="[2.8.11,2.9.0)",
18  com.fasterxml.jackson.core.jackson-databind;bundle-version="[2.8.11,2.9.0)",
19  org.glassfish.jersey.media.jersey-media-json-jackson;bundle-version="[2.25.1,2.26.0)",
20  org.glassfish.jersey.media.jersey-media-multipart;bundle-version="[2.25.1,2.26.0)",
21  org.slf4j.api,
22  org.jvnet.mimepull;bundle-version="1.9.6",
23  org.glassfish.jersey.core.jersey-client;bundle-version="[2.25.1,2.26.0)",
24  org.glassfish.jersey.core.jersey-common;bundle-version="[2.25.1,2.26.0)",
25  org.simantics.scl.runtime,
26  org.eclipse.osgi;bundle-version="3.15.100",
27  javax.ws.rs-api,
28  org.glassfish.hk2.external.aopalliance-repackaged;bundle-version="2.5.0",
29  org.glassfish.jersey.bundles.repackaged.jersey-guava;bundle-version="[2.25.1,2.26.0)",
30  org.glassfish.hk2.api;bundle-version="2.5.0",
31  org.glassfish.hk2.locator;bundle-version="2.5.0",
32  org.glassfish.hk2.osgi-resource-locator;bundle-version="1.0.1",
33  org.glassfish.hk2.utils;bundle-version="2.5.0",
34  javassist;bundle-version="3.22.0"
35 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
36 Bundle-ActivationPolicy: lazy
37 Automatic-Module-Name: org.simantics.scl.rest