X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2FMETA-INF%2FMANIFEST.MF;h=678f28e7b80ceff88e5a628ab8ea33af04e0a6b9;hp=5caaeecbd97e44f677a82c9dec4a9d1a7676f7e7;hb=38d133f2a39bab76deed5d047fbabee4479b5373;hpb=0144ba232323a0e4f7ec8fe0681a150faafd7caf diff --git a/tests/org.simantics.scl.compiler.tests/META-INF/MANIFEST.MF b/tests/org.simantics.scl.compiler.tests/META-INF/MANIFEST.MF index 5caaeecbd..678f28e7b 100644 --- a/tests/org.simantics.scl.compiler.tests/META-INF/MANIFEST.MF +++ b/tests/org.simantics.scl.compiler.tests/META-INF/MANIFEST.MF @@ -3,10 +3,14 @@ Bundle-ManifestVersion: 2 Bundle-Name: Tests Bundle-SymbolicName: org.simantics.scl.compiler.tests Bundle-Version: 1.0.0.qualifier -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.junit;bundle-version="4.12.0", org.simantics.scl.compiler;bundle-version="0.5.0", - org.simantics.scl.osgi;bundle-version="1.0.4", gnu.trove3, + org.simantics.scl.osgi;bundle-version="1.0.4", org.objectweb.asm.util, - org.eclipse.equinox.ds;bundle-version="1.4.300" + ch.qos.logback.classic;bundle-version="1.1.7", + ch.qos.logback.core;bundle-version="1.1.7", + org.eclipse.equinox.ds;bundle-version="1.4.300", + org.slf4j.api +Automatic-Module-Name: org.simantics.scl.compiler.tests