diff --git a/org.etsi.mts.tdl.parent/top.target b/org.etsi.mts.tdl.parent/top.target index 3d22dff980fb07bf4821177df8211d60b7442a5e..8e9b747c643f4f7130d4e81ea3060f8f478066f0 100644 --- a/org.etsi.mts.tdl.parent/top.target +++ b/org.etsi.mts.tdl.parent/top.target @@ -61,6 +61,9 @@ <unit id="org.opentest4j" version="1.2.0.v20211018-1956"/> <unit id="org.apache.xmlbeans" version="3.1.0.v20221112-0806"/> <unit id="org.apache.commons.compress" version="1.21.0.v20211103-2100"/> + <unit id="com.fasterxml.jackson.core.jackson-core" version="2.13.2.v20220426-1653"/> + <unit id="com.fasterxml.jackson.core.jackson-databind" version="2.13.2.v20220426-1653"/> + <unit id="com.fasterxml.jackson.core.jackson-annotations" version="2.13.2.v20220426-1653"/> </location> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> <repository location="https://top.etsi.org/top-extras/updatesite/stable"/> 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 e02620547b1f27475cbdeacb05a5243e1ae8d981..726531d0902c90ccca0a6b8865a95bd47a7bea50 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 @@ -14,4 +14,8 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.emf, org.eclipse.emf.ecore, org.etsi.mts.tdl.model, - junit-jupiter-api + junit-jupiter-api, + com.fasterxml.jackson.core.jackson-core, + com.fasterxml.jackson.core.jackson-databind, + com.fasterxml.jackson.core.jackson-annotations +