X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.debug.graphical%2FMETA-INF%2FMANIFEST.MF;h=f43bcaec45fa7bcfc44a7ffc066776eb3ff6331e;hb=HEAD;hp=b7790ca384f27d9da333f9d03f0f45e37f979f21;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.debug.graphical/META-INF/MANIFEST.MF b/bundles/org.simantics.debug.graphical/META-INF/MANIFEST.MF index b7790ca38..f43bcaec4 100644 --- a/bundles/org.simantics.debug.graphical/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.debug.graphical/META-INF/MANIFEST.MF @@ -3,8 +3,12 @@ Bundle-ManifestVersion: 2 Bundle-Name: Graphical Bundle-SymbolicName: org.simantics.debug.graphical;singleton:=true Bundle-Version: 1.0.0.qualifier -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.simantics.db;bundle-version="1.1.0", org.eclipse.core.runtime;bundle-version="3.6.0", org.eclipse.ui;bundle-version="3.6.0", - org.simantics.ui;bundle-version="1.0.0" + org.simantics.ui;bundle-version="1.0.0", + com.fasterxml.jackson.core.jackson-core;bundle-version="2.8.8", + org.slf4j.api, + com.fasterxml.jackson.core.jackson-databind;bundle-version="2.8.8" +Automatic-Module-Name: org.simantics.debug.graphical