]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.history.rest/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.history.rest / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Simantics History REST API
4 Bundle-SymbolicName: org.simantics.history.rest
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Vendor: Semantum Oy
7 Automatic-Module-Name: org.simantics.history.rest
8 Bundle-RequiredExecutionEnvironment: JavaSE-11
9 Require-Bundle: org.simantics.history;bundle-version="1.0.0",
10  org.eclipse.core.runtime;bundle-version="3.13.0",
11  org.glassfish.jersey.core.jersey-server,
12  jakarta.ws.rs-api,
13  org.simantics.scl.compiler,
14  org.simantics.scl.osgi,
15  org.eclipse.jetty.servlet,
16  org.glassfish.jersey.containers.jersey-container-servlet-core,
17  javax.servlet-api,
18  org.eclipse.jetty.server;bundle-version="9.4.24",
19  org.eclipse.jetty.util;bundle-version="9.4.24",
20  org.eclipse.jetty.io;bundle-version="9.4.24",
21  org.eclipse.jetty.servlets;bundle-version="9.4.24",
22  com.fasterxml.jackson.core.jackson-core;bundle-version="2.8.8",
23  com.fasterxml.jackson.core.jackson-annotations;bundle-version="2.8.0",
24  com.fasterxml.jackson.core.jackson-databind;bundle-version="2.8.8",
25  org.glassfish.jersey.media.jersey-media-json-jackson;bundle-version="2.25.1",
26  org.slf4j.api,
27  org.glassfish.jersey.core.jersey-client,
28  org.glassfish.jersey.core.jersey-common;bundle-version="2.25.1",
29  org.simantics.scl.runtime,
30  gnu.trove3;bundle-version="3.0.3",
31  org.simantics.charts;bundle-version="0.0.1",
32  org.simantics.db;bundle-version="1.1.0",
33  org.simantics.db.common;bundle-version="1.1.0",
34  org.simantics.db.layer0;bundle-version="1.1.0",
35  org.simantics;bundle-version="1.0.0"
36 Bundle-ClassPath: .
37 Export-Package: org.simantics.history.rest