added missing dependency for commandline.
Signed-off-by: Aoun.Raza@de.bosch.com <Aoun.Raza@de.bosch.com>
diff --git a/eclipse-tools/sca2amalthea/plugins/org.eclipse.app4mc.sca2amalthea.serialization/META-INF/MANIFEST.MF b/eclipse-tools/sca2amalthea/plugins/org.eclipse.app4mc.sca2amalthea.serialization/META-INF/MANIFEST.MF
index 655887b..7935706 100644
--- a/eclipse-tools/sca2amalthea/plugins/org.eclipse.app4mc.sca2amalthea.serialization/META-INF/MANIFEST.MF
+++ b/eclipse-tools/sca2amalthea/plugins/org.eclipse.app4mc.sca2amalthea.serialization/META-INF/MANIFEST.MF
@@ -8,3 +8,5 @@
 Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="2.10.2"

 Export-Package: org.eclipse.app4mc.sca2amalthea.serialization

 Automatic-Module-Name: org.eclipse.app4mc.sca2amalthea.serialization

+Import-Package: javax.xml.parsers,

+ org.xml.sax.helpers