]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ui/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.ui / META-INF / MANIFEST.MF
index 2842b50b79e3bea7c93ba494528562d80cf6151a..dab3c9ab96f5b30805d2d1b33411a6f53f6c2e99 100644 (file)
@@ -30,7 +30,8 @@ Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.e4.ui.di,
  org.eclipse.e4.ui.bindings,
  org.simantics.modeling.ontology;bundle-version="1.2.0",
- org.slf4j.api
+ org.slf4j.api,
+ jakarta.annotation-api;bundle-version="1.3.5"
 Bundle-ActivationPolicy: lazy
 Import-Package: javax.inject
 Export-Package: org.simantics.ui,
@@ -57,5 +58,5 @@ Export-Package: org.simantics.ui,
  org.simantics.ui.workbench.preferences
 Bundle-ClassPath: .
 Bundle-Activator: org.simantics.ui.internal.Activator
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-RequiredExecutionEnvironment: JavaSE-11
 Automatic-Module-Name: org.simantics.ui