]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.auditlogging/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.auditlogging / META-INF / MANIFEST.MF
index 245787d5974d64fcc72c97c2943cb151fb830d8a..2ed0b2ba43d81b164b4985f3514e18abdf172706 100644 (file)
@@ -9,16 +9,16 @@ Require-Bundle: org.eclipse.core.runtime,
  com.fasterxml.jackson.core.jackson-core,
  org.slf4j.api,
  javax.servlet-api,
- javax.ws.rs-api,
- org.eclipse.jetty.server,
- org.eclipse.jetty.servlet,
- org.eclipse.jetty.util,
+ jakarta.ws.rs-api,
+ org.eclipse.jetty.server;bundle-version="9.4.24",
+ org.eclipse.jetty.servlet;bundle-version="9.4.24",
+ org.eclipse.jetty.util;bundle-version="9.4.24",
  org.glassfish.jersey.core.jersey-server,
  org.glassfish.jersey.media.jersey-media-json-jackson,
  org.glassfish.jersey.containers.jersey-container-servlet-core,
  org.glassfish.jersey.core.jersey-client,
  org.glassfish.jersey.core.jersey-common
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-RequiredExecutionEnvironment: JavaSE-11
 Bundle-ActivationPolicy: lazy
 Export-Package: org.simantics.audit.server
 Automatic-Module-Name: org.simantics.auditlogging