diff --git a/plugins/org.etsi.mts.tdl.execution.java/META-INF/MANIFEST.MF b/plugins/org.etsi.mts.tdl.execution.java/META-INF/MANIFEST.MF
index 551848e0b5f7c09458cf9559bd7147610350f393..b8ed33c489a8dee5ac5f00001726aa9382b11a67 100644
--- a/plugins/org.etsi.mts.tdl.execution.java/META-INF/MANIFEST.MF
+++ b/plugins/org.etsi.mts.tdl.execution.java/META-INF/MANIFEST.MF
@@ -7,13 +7,13 @@ Bundle-ClassPath: .
 Automatic-Module-Name: org.etsi.mts.tdl.execution.java
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Export-Package: .
-Require-Bundle: org.etsi.mts.tdl.execution.java.codegen,
- org.eclipse.core.runtime,
+Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.resources,
  org.eclipse.ui,
  org.eclipse.ui.ide,
  org.eclipse.emf,
  org.eclipse.emf.ecore,
  org.etsi.mts.tdl.model,
+ org.etsi.mts.tdl.execution.java.codegen,
  junit-jupiter-api