]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.utils/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.utils / META-INF / MANIFEST.MF
index bb0a1bba03cdaff75e89d09fe0bae0563ca6879e..2a7a76a1fa3d086f64384df032feb6cb4bb6fb6a 100644 (file)
@@ -14,6 +14,7 @@ Export-Package: org.simantics.utils,
  org.simantics.utils.xml
 Bundle-ClassPath: .
 Require-Bundle: org.junit;bundle-version="4.12.0";resolution:=optional,
- org.apache.log4j;bundle-version="1.2.15",
- org.simantics.databoard;bundle-version="0.6.2"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+ org.simantics.databoard;bundle-version="0.6.2",
+ org.slf4j.api
+Bundle-RequiredExecutionEnvironment: JavaSE-11
+Automatic-Module-Name: org.simantics.utils