]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.auditlogging/META-INF/MANIFEST.MF
Revert jersey and jackson back to versions that work with JDK8
[simantics/platform.git] / bundles / org.simantics.auditlogging / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Simantics Audit Logging
4 Bundle-SymbolicName: org.simantics.auditlogging
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.audit.Activator
7 Require-Bundle: org.eclipse.core.runtime,
8  com.fasterxml.jackson.core.jackson-databind;bundle-version="[2.8.11,2.9.0)",
9  com.fasterxml.jackson.core.jackson-core;bundle-version="[2.8.11,2.9.0)",
10  org.slf4j.api,
11  javax.servlet-api,
12  javax.ws.rs-api,
13  org.eclipse.jetty.server;bundle-version="9.4.24",
14  org.eclipse.jetty.servlet;bundle-version="9.4.24",
15  org.eclipse.jetty.util;bundle-version="9.4.24",
16  org.glassfish.jersey.core.jersey-server;bundle-version="[2.25.1,2.26.0)",
17  org.glassfish.jersey.media.jersey-media-json-jackson;bundle-version="[2.25.1,2.26.0)",
18  org.glassfish.jersey.containers.jersey-container-servlet-core;bundle-version="[2.25.1,2.26.0)",
19  org.glassfish.jersey.core.jersey-client;bundle-version="[2.25.1,2.26.0)",
20  org.glassfish.jersey.core.jersey-common;bundle-version="[2.25.1,2.26.0)"
21 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
22 Bundle-ActivationPolicy: lazy
23 Export-Package: org.simantics.audit.server
24 Automatic-Module-Name: org.simantics.auditlogging