]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.services/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.db.services / META-INF / MANIFEST.MF
index bb78bf41ee57507907c197c3fa84286e0bcded56..099d1dca2129cef990c676cbc59fd69aa5565b76 100644 (file)
@@ -7,7 +7,7 @@ Bundle-Vendor: VTT Technical Research Centre of Finland
 Require-Bundle: org.eclipse.core.runtime,
  gnu.trove3,
  org.simantics.layer0x.ontology;bundle-version="1.0.0",
- org.slf4j.api;bundle-version="1.7.25",
+ org.slf4j.api,
  org.simantics.utils;bundle-version="1.1.0",
  org.simantics.db;bundle-version="1.1.0",
  org.simantics.scl.reflection,
@@ -19,5 +19,5 @@ Export-Package: org.simantics.db.services,
 Bundle-ClassPath: .
 Bundle-ActivationPolicy: lazy
 Bundle-Activator: org.simantics.db.services.internal.Activator
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-RequiredExecutionEnvironment: JavaSE-11
 Automatic-Module-Name: org.simantics.db.services