From 7550e482e77b7024e00b47c87944ec4c1a31291f Mon Sep 17 00:00:00 2001
From: Philip Makedonski <makedonski@cs.uni-goettingen.de>
Date: Thu, 2 Nov 2023 19:02:26 +0100
Subject: [PATCH] - rollback dependency removals (make CI fail for some reason,
 builds fine locally)

---
 org.etsi.mts.tdl.parent/top.target                          | 3 +++
 .../org.etsi.mts.tdl.execution.java/META-INF/MANIFEST.MF    | 6 +++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/org.etsi.mts.tdl.parent/top.target b/org.etsi.mts.tdl.parent/top.target
index 3d22dff9..8e9b747c 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 e0262054..726531d0 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
+
-- 
GitLab